Html Css Color HEX #0C9AAB Bondi Blue

📋 copy color: '#0C9AAB'

red 12 ◦ green 154 ◦ blue 171

#0C9AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0C9AAB

Tints of Bondi Blue #0C9AAB

RGB

 RED value IS 12 (5.08% from 255) = 3.56%

 GREEN value IS 154 (60.55% from 255) = 45.7%

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 3.56%
G = 45.7%
B = 50.74%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C9AAB (or 0x0C9AAB) is known color: Bondi Blue. HEX triplet: 0C, 9A and AB. RGB value is (12,154,171). Sum of RGB (Red+Green+Blue) = 12+154+171=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C9AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9AAB is #F36554. Grayscale: #717171. Windows color (decimal): -15951189 or 11246092. OLE color: 11246092.

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

Color convert

RGB 12 154 171 -
CMYK 0.93 0.10 0 0.33
HSL 186.42º 0.87% 0.36% -
HSV(B) 186.42º 0.93% 0.67% -
XYZ 19.06 26.13 42.57 -
YUV 113.48 160.46 55.62 -
System Red Green Blue C M Y K H S L
Decimal 12 154 171 0.93 0.10 0 0.33 186.42 0.87 0.36
Hex C 9A AB 5D A 0 21 BA 57 24
Octal 14 232 253 135 12 0 41 272 127 44
Binary 1100 10011010 10101011 1011101 1010 0 100001 10111010 1010111 100100

Color Harmonies of #0C9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9AAB

Black with #0C9AAB

Text Example


Text Example

White with #0C9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,154,171); }

 H1.HeaderClassName
 {
   color: #0C9AAB;
 }
 .AnyTagClassName
 {
   color: #0C9AAB;
 }
</style>

background-color css

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

 a { background-color: rgb(12,154,171); }

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

border-color css

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

 span { border-color: rgb(12,154,171); }

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