#0C9BAE

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

Shades of Bondi Blue #0C9BAE

Tints of Bondi Blue #0C9BAE

Color information

#0C9BAE (or 0x0C9BAE) is unknown color: approx Bondi Blue. HEX triplet: 0C, 9B and AE. RGB value is (12,155,174). Sum of RGB (Red+Green+Blue) = 12+155+174=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 155 (60.94% from 255 or 45.45% 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 #0C9BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9BAE is #F36451. Grayscale: #727272. Windows color (decimal): -15950930 or 11442956. OLE color: 11442956.

HSL color Cylindrical-coordinate representation of color #0C9BAE: hue angle of 187.04º 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 #0C9BAE is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12155174-
CMYK0.930.1100.32
HSL187.04º87.1%36.47%-
HSV(B)187.04º93.1%68.24%-
XYZ19.5126.5844.15-
YUV114.41161.6254.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.52%
GREEN value IS 155 (60.94% from 255) = 45.45%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=3.52%
G=45.45%
B=51.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121551740.930.1100.32187.0487.136.47
HexC9BAE5DB020bb5724
Octal142332561351304027312744
Binary11001001101110101110101110110110100000101110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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