Html Css Color HEX #0C9EAB Bondi Blue

📋 copy color: '#0C9EAB'

red 12 ◦ green 158 ◦ blue 171

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

Shades of Bondi Blue #0C9EAB

Tints of Bondi Blue #0C9EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.33%

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

R = 3.52%
G = 46.33%
B = 50.15%

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

#0C9EAB (or 0x0C9EAB) is known color: Bondi Blue. HEX triplet: 0C, 9E and AB. RGB value is (12,158,171). Sum of RGB (Red+Green+Blue) = 12+158+171=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C9EAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9EAB is #F36154. Grayscale: #737373. Windows color (decimal): -15950165 or 11247116. OLE color: 11247116.

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

Color convert

RGB 12 158 171 -
CMYK 0.93 0.08 0 0.33
HSL 184.91º 0.87% 0.36% -
HSV(B) 184.91º 0.93% 0.67% -
XYZ 19.73 27.47 42.79 -
YUV 115.83 159.13 53.94 -
System Red Green Blue C M Y K H S L
Decimal 12 158 171 0.93 0.08 0 0.33 184.91 0.87 0.36
Hex C 9E AB 5D 8 0 21 B9 57 24
Octal 14 236 253 135 10 0 41 271 127 44
Binary 1100 10011110 10101011 1011101 1000 0 100001 10111001 1010111 100100

Color Harmonies of #0C9EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9EAB

Black with #0C9EAB

Text Example


Text Example

White with #0C9EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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