Html Css Color HEX #0996AB Bondi Blue

📋 copy color: '#0996AB'

red 9 ◦ green 150 ◦ blue 171

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

Shades of Bondi Blue #0996AB

Tints of Bondi Blue #0996AB

RGB

 RED value IS 9 (3.91% from 255) = 2.73%

 GREEN value IS 150 (58.98% from 255) = 45.45%

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

R = 2.73%
G = 45.45%
B = 51.82%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0996AB (or 0x0996AB) is known color: Bondi Blue. HEX triplet: 09, 96 and AB. RGB value is (9,150,171). Sum of RGB (Red+Green+Blue) = 9+150+171=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #0996AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0996AB is #F66954. Grayscale: #6E6E6E. Windows color (decimal): -16148821 or 11245065. OLE color: 11245065.

HSL color Cylindrical-coordinate representation of color #0996AB: hue angle of 187.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0996AB is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 150 171 -
CMYK 0.95 0.12 0 0.33
HSL 187.78º 0.9% 0.35% -
HSV(B) 187.78º 0.95% 0.67% -
XYZ 18.37 24.81 42.35 -
YUV 110.24 162.29 55.79 -
System Red Green Blue C M Y K H S L
Decimal 9 150 171 0.95 0.12 0 0.33 187.78 0.9 0.35
Hex 9 96 AB 5F C 0 21 BC 5A 23
Octal 11 226 253 137 14 0 41 274 132 43
Binary 1001 10010110 10101011 1011111 1100 0 100001 10111100 1011010 100011

Color Harmonies of #0996AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0996AB

Black with #0996AB

Text Example


Text Example

White with #0996AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0996AB; }

 p { color: rgb(9,150,171); }

 H1.HeaderClassName
 {
   color: #0996AB;
 }
 .AnyTagClassName
 {
   color: #0996AB;
 }
</style>

background-color css

<style>
 a { background-color: #0996AB; }

 a { background-color: rgb(9,150,171); }

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

border-color css

<style>
 span { border-color: #0996AB; }

 span { border-color: rgb(9,150,171); }

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