Html Css Color HEX #0C99AB Bondi Blue

📋 copy color: '#0C99AB'

red 12 ◦ green 153 ◦ blue 171

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

Shades of Bondi Blue #0C99AB

Tints of Bondi Blue #0C99AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

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

R = 3.57%
G = 45.54%
B = 50.89%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C99AB (or 0x0C99AB) is known color: Bondi Blue. HEX triplet: 0C, 99 and AB. RGB value is (12,153,171). Sum of RGB (Red+Green+Blue) = 12+153+171=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C99AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C99AB is #F36654. Grayscale: #707070. Windows color (decimal): -15951445 or 11245836. OLE color: 11245836.

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

Color convert

RGB 12 153 171 -
CMYK 0.93 0.11 0 0.33
HSL 186.79º 0.87% 0.36% -
HSV(B) 186.79º 0.93% 0.67% -
XYZ 18.89 25.8 42.51 -
YUV 112.89 160.79 56.04 -
System Red Green Blue C M Y K H S L
Decimal 12 153 171 0.93 0.11 0 0.33 186.79 0.87 0.36
Hex C 99 AB 5D B 0 21 BB 57 24
Octal 14 231 253 135 13 0 41 273 127 44
Binary 1100 10011001 10101011 1011101 1011 0 100001 10111011 1010111 100100

Color Harmonies of #0C99AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C99AB

Black with #0C99AB

Text Example


Text Example

White with #0C99AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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