#0999AB

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

Shades of Bondi Blue #0999AB

Tints of Bondi Blue #0999AB

Color information

#0999AB (or 0x0999AB) is unknown color: approx Bondi Blue. HEX triplet: 09, 99 and AB. RGB value is (9,153,171). Sum of RGB (Red+Green+Blue) = 9+153+171=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #0999AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0999AB is #F66654. Grayscale: #6F6F6F. Windows color (decimal): -16148053 or 11245833. OLE color: 11245833.

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

Color convert

RGB9153171-
CMYK0.950.1100.33
HSL186.67º90%35.29%-
HSV(B)186.67º94.74%67.06%-
XYZ18.8525.7842.51-
YUV112161.2954.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.70%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=2.70%
G=45.95%
B=51.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91531710.950.1100.33186.679035.29
Hex999AB5FB021bb5a23
Octal112312531371304127313243
Binary10011001100110101011101111110110100001101110111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0999AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0999AB;
 }
 .AnyTagClassName
 {
   color: #0999AB;
 }
</style>
background-color css

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

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

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

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

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

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