#0599AE

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

Shades of Bondi Blue #0599AE

Tints of Bondi Blue #0599AE

Color information

#0599AE (or 0x0599AE) is unknown color: approx Bondi Blue. HEX triplet: 05, 99 and AE. RGB value is (5,153,174). Sum of RGB (Red+Green+Blue) = 5+153+174=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #0599AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0599AE is #FA6651. Grayscale: #6E6E6E. Windows color (decimal): -16410194 or 11442437. OLE color: 11442437.

HSL color Cylindrical-coordinate representation of color #0599AE: hue angle of 187.46º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0599AE is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5153174-
CMYK0.970.1200.32
HSL187.46º94.41%35.1%-
HSV(B)187.46º97.13%68.24%-
XYZ19.0925.8744.03-
YUV111.14163.4752.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.51%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=1.51%
G=46.08%
B=52.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51531740.970.1200.32187.4694.4135.1
Hex599AE61C020bb5e23
Octal52312561411404027313643
Binary1011001100110101110110000111000100000101110111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0599AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0599AE; }

 p { color: rgb(5,153,174); }

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

<style>
 a { background-color: #0599AE; }

 a { background-color: rgb(5,153,174); }

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

<style>
 span { border-color: #0599AE; }

 span { border-color: rgb(5,153,174); }

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