#099FAE

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

Shades of Bondi Blue #099FAE

Tints of Bondi Blue #099FAE

Color information

#099FAE (or 0x099FAE) is unknown color: approx Bondi Blue. HEX triplet: 09, 9F and AE. RGB value is (9,159,174). Sum of RGB (Red+Green+Blue) = 9+159+174=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #099FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099FAE is #F66051. Grayscale: #737373. Windows color (decimal): -16146514 or 11443977. OLE color: 11443977.

HSL color Cylindrical-coordinate representation of color #099FAE: hue angle of 185.45º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099FAE is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9159174-
CMYK0.950.0900.32
HSL185.45º90.16%35.88%-
HSV(B)185.45º94.83%68.24%-
XYZ20.1527.9144.37-
YUV115.86160.851.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.63%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=2.63%
G=46.49%
B=50.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91591740.950.0900.32185.4590.1635.88
Hex99FAE5F9020b95a24
Octal112372561371104027113244
Binary10011001111110101110101111110010100000101110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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