#099FAB

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

Shades of Bondi Blue #099FAB

Tints of Bondi Blue #099FAB

Color information

#099FAB (or 0x099FAB) is unknown color: approx Bondi Blue. HEX triplet: 09, 9F and AB. RGB value is (9,159,171). Sum of RGB (Red+Green+Blue) = 9+159+171=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #099FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099FAB is #F66054. Grayscale: #737373. Windows color (decimal): -16146517 or 11247369. OLE color: 11247369.

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

Color convert

RGB9159171-
CMYK0.950.0700.33
HSL184.44º90%35.29%-
HSV(B)184.44º94.74%67.06%-
XYZ19.8627.7942.85-
YUV115.52159.352.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.65%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=2.65%
G=46.90%
B=50.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91591710.950.0700.33184.449035.29
Hex99FAB5F7021b85a23
Octal11237253137704127013243
Binary1001100111111010101110111111110100001101110001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099FAB; }

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

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

<style>
 a { background-color: #099FAB; }

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

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

<style>
 span { border-color: #099FAB; }

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

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