#0985b9

Color #0985B9 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0985B9

Tints of Bondi Blue #0985B9

Color information

#0985B9 (or 0x0985B9) is unknown color: approx Bondi Blue. HEX triplet: 09, 85 and B9. RGB value is (9,133,185). Sum of RGB (Red+Green+Blue) = 9+133+185=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #0985B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0985B9 is #F67A46. Grayscale: #656565. Windows color (decimal): -16153159 or 12158217. OLE color: 12158217.

HSL color Cylindrical-coordinate representation of color #0985B9: hue angle of 197.73º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0985B9 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9133185-
CMYK0.950.2800.27
HSL197.73º90.72%38.04%-
HSV(B)197.73º95.14%72.55%-
XYZ17.2620.3448.91-
YUV101.85174.9261.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.75%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 185 (72.66% from 255) = 56.57%
R=2.75%
G=40.67%
B=56.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91331850.950.2800.27197.7390.7238.04
Hex985B95F1C01Bc65b26
Octal112052711373403330613346
Binary10011000010110111001101111111100011011110001101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0985b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0985b9; }

 p { color: rgb(9,133,185); }

 H1.HeaderClassName
 {
   color: #0985b9;
 }
 .AnyTagClassName
 {
   color: #0985b9;
 }
</style>
background-color css

<style>
 a { background-color: #0985b9; }

 a { background-color: rgb(9,133,185); }

 div.DivClassName
 {
   background-color: #0985b9;
 }
 .BgClassName
 {
   background-color: #0985b9;
 }
</style>
border-color css

<style>
 span { border-color: #0985b9; }

 span { border-color: rgb(9,133,185); }

 td.TdClassName
 {
   border-color: #0985b9;
 }
 .TagClassName
 {
   border-color: #0985b9;
 }
</style>