#0C9EA5

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

Shades of Bondi Blue #0C9EA5

Tints of Bondi Blue #0C9EA5

Color information

#0C9EA5 (or 0x0C9EA5) is unknown color: approx Bondi Blue. HEX triplet: 0C, 9E and A5. RGB value is (12,158,165). Sum of RGB (Red+Green+Blue) = 12+158+165=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #0C9EA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9EA5 is #F3615A. Grayscale: #727272. Windows color (decimal): -15950171 or 10853900. OLE color: 10853900.

HSL color Cylindrical-coordinate representation of color #0C9EA5: hue angle of 182.75º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C9EA5 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12158165-
CMYK0.930.0400.35
HSL182.75º86.44%34.71%-
HSV(B)182.75º92.73%64.71%-
XYZ19.1727.2539.85-
YUV115.14156.1354.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.58%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 165 (64.84% from 255) = 49.25%
R=3.58%
G=47.16%
B=49.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121581650.930.0400.35182.7586.4434.71
HexC9EA55D4023b75623
Octal14236245135404326712643
Binary1100100111101010010110111011000100011101101111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,158,165); }

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

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

 a { background-color: rgb(12,158,165); }

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

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

 span { border-color: rgb(12,158,165); }

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