#099CAE

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

Shades of Bondi Blue #099CAE

Tints of Bondi Blue #099CAE

Color information

#099CAE (or 0x099CAE) is unknown color: approx Bondi Blue. HEX triplet: 09, 9C and AE. RGB value is (9,156,174). Sum of RGB (Red+Green+Blue) = 9+156+174=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #099CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099CAE is #F66351. Grayscale: #717171. Windows color (decimal): -16147282 or 11443209. OLE color: 11443209.

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

Color convert

RGB9156174-
CMYK0.950.1000.32
HSL186.55º90.16%35.88%-
HSV(B)186.55º94.83%68.24%-
XYZ19.6426.8944.2-
YUV114.1161.853.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.65%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=2.65%
G=46.02%
B=51.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91561740.950.1000.32186.5590.1635.88
Hex99CAE5FA020bb5a24
Octal112342561371204027313244
Binary10011001110010101110101111110100100000101110111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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