#0996AB

Color #0996AB Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0996AB

Tints of Bondi Blue #0996AB

Color information

#0996AB (or 0x0996AB) is unknown color: approx 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

RGB9150171-
CMYK0.950.1200.33
HSL187.78º90%35.29%-
HSV(B)187.78º94.74%67.06%-
XYZ18.3724.8142.35-
YUV110.24162.2955.79-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91501710.950.1200.33187.789035.29
Hex996AB5FC021bc5a23
Octal112262531371404127413243
Binary10011001011010101011101111111000100001101111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0996AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>