Html Css Color HEX #0C9CAB Bondi Blue

📋 copy color: '#0C9CAB'

red 12 ◦ green 156 ◦ blue 171

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

Shades of Bondi Blue #0C9CAB

Tints of Bondi Blue #0C9CAB

RGB

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

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

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

R = 3.54%
G = 46.02%
B = 50.44%

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

#0C9CAB (or 0x0C9CAB) is known color: Bondi Blue. HEX triplet: 0C, 9C and AB. RGB value is (12,156,171). Sum of RGB (Red+Green+Blue) = 12+156+171=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C9CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9CAB is #F36354. Grayscale: #727272. Windows color (decimal): -15950677 or 11246604. OLE color: 11246604.

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

Color convert

RGB 12 156 171 -
CMYK 0.93 0.09 0 0.33
HSL 185.66º 0.87% 0.36% -
HSV(B) 185.66º 0.93% 0.67% -
XYZ 19.39 26.8 42.68 -
YUV 114.65 159.79 54.78 -
System Red Green Blue C M Y K H S L
Decimal 12 156 171 0.93 0.09 0 0.33 185.66 0.87 0.36
Hex C 9C AB 5D 9 0 21 BA 57 24
Octal 14 234 253 135 11 0 41 272 127 44
Binary 1100 10011100 10101011 1011101 1001 0 100001 10111010 1010111 100100

Color Harmonies of #0C9CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9CAB

Black with #0C9CAB

Text Example


Text Example

White with #0C9CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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