Html Css Color HEX #0C9CAA Bondi Blue

📋 copy color: '#0C9CAA'

red 12 ◦ green 156 ◦ blue 170

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

Shades of Bondi Blue #0C9CAA

Tints of Bondi Blue #0C9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.15%

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

R = 3.55%
G = 46.15%
B = 50.3%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C9CAA (or 0x0C9CAA) is known color: Bondi Blue. HEX triplet: 0C, 9C and AA. RGB value is (12,156,170). Sum of RGB (Red+Green+Blue) = 12+156+170=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C9CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9CAA is #F36355. Grayscale: #727272. Windows color (decimal): -15950678 or 11181068. OLE color: 11181068.

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

Color convert

RGB 12 156 170 -
CMYK 0.93 0.08 0 0.33
HSL 185.32º 0.87% 0.36% -
HSV(B) 185.32º 0.93% 0.67% -
XYZ 19.3 26.76 42.18 -
YUV 114.54 159.29 54.86 -
System Red Green Blue C M Y K H S L
Decimal 12 156 170 0.93 0.08 0 0.33 185.32 0.87 0.36
Hex C 9C AA 5D 8 0 21 B9 57 24
Octal 14 234 252 135 10 0 41 271 127 44
Binary 1100 10011100 10101010 1011101 1000 0 100001 10111001 1010111 100100

Color Harmonies of #0C9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9CAA

Black with #0C9CAA

Text Example


Text Example

White with #0C9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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