Html Css Color HEX #0C9AAA Bondi Blue

📋 copy color: '#0C9AAA'

red 12 ◦ green 154 ◦ blue 170

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

Shades of Bondi Blue #0C9AAA

Tints of Bondi Blue #0C9AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 3.57%
G = 45.83%
B = 50.6%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C9AAA (or 0x0C9AAA) is known color: Bondi Blue. HEX triplet: 0C, 9A and AA. RGB value is (12,154,170). Sum of RGB (Red+Green+Blue) = 12+154+170=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C9AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9AAA is #F36555. Grayscale: #717171. Windows color (decimal): -15951190 or 11180556. OLE color: 11180556.

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

Color convert

RGB 12 154 170 -
CMYK 0.93 0.09 0 0.33
HSL 186.08º 0.87% 0.36% -
HSV(B) 186.08º 0.93% 0.67% -
XYZ 18.96 26.09 42.07 -
YUV 113.37 159.96 55.7 -
System Red Green Blue C M Y K H S L
Decimal 12 154 170 0.93 0.09 0 0.33 186.08 0.87 0.36
Hex C 9A AA 5D 9 0 21 BA 57 24
Octal 14 232 252 135 11 0 41 272 127 44
Binary 1100 10011010 10101010 1011101 1001 0 100001 10111010 1010111 100100

Color Harmonies of #0C9AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9AAA

Black with #0C9AAA

Text Example


Text Example

White with #0C9AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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