#0B9CAE

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

Shades of Bondi Blue #0B9CAE

Tints of Bondi Blue #0B9CAE

Color information

#0B9CAE (or 0x0B9CAE) is unknown color: approx Bondi Blue. HEX triplet: 0B, 9C and AE. RGB value is (11,156,174). Sum of RGB (Red+Green+Blue) = 11+156+174=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B9CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9CAE is #F46351. Grayscale: #727272. Windows color (decimal): -16016210 or 11443211. OLE color: 11443211.

HSL color Cylindrical-coordinate representation of color #0B9CAE: hue angle of 186.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9CAE is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11156174-
CMYK0.940.1000.32
HSL186.63º88.11%36.27%-
HSV(B)186.63º93.68%68.24%-
XYZ19.6726.944.2-
YUV114.7161.4654.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.23%
GREEN value IS 156 (61.33% from 255) = 45.75%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=3.23%
G=45.75%
B=51.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111561740.940.1000.32186.6388.1136.27
HexB9CAE5EA020bb5824
Octal132342561361204027313044
Binary10111001110010101110101111010100100000101110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B9CAE; }

 p { color: rgb(11,156,174); }

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

<style>
 a { background-color: #0B9CAE; }

 a { background-color: rgb(11,156,174); }

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

<style>
 span { border-color: #0B9CAE; }

 span { border-color: rgb(11,156,174); }

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