#0C9CAE

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

Shades of Bondi Blue #0C9CAE

Tints of Bondi Blue #0C9CAE

Color information

#0C9CAE (or 0x0C9CAE) is unknown color: approx Bondi Blue. HEX triplet: 0C, 9C and AE. RGB value is (12,156,174). Sum of RGB (Red+Green+Blue) = 12+156+174=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C9CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9CAE is #F36351. Grayscale: #727272. Windows color (decimal): -15950674 or 11443212. OLE color: 11443212.

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

Color convert

RGB12156174-
CMYK0.930.1000.32
HSL186.67º87.1%36.47%-
HSV(B)186.67º93.1%68.24%-
XYZ19.6826.9144.2-
YUV115161.2954.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.51%
GREEN value IS 156 (61.33% from 255) = 45.61%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=3.51%
G=45.61%
B=50.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121561740.930.1000.32186.6787.136.47
HexC9CAE5DA020bb5724
Octal142342561351204027312744
Binary11001001110010101110101110110100100000101110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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