#059EAD

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

Shades of Bondi Blue #059EAD

Tints of Bondi Blue #059EAD

Color information

#059EAD (or 0x059EAD) is unknown color: approx Bondi Blue. HEX triplet: 05, 9E and AD. RGB value is (5,158,173). Sum of RGB (Red+Green+Blue) = 5+158+173=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #059EAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059EAD is #FA6152. Grayscale: #717171. Windows color (decimal): -16408915 or 11378181. OLE color: 11378181.

HSL color Cylindrical-coordinate representation of color #059EAD: hue angle of 185.36º 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 #059EAD is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5158173-
CMYK0.970.0900.32
HSL185.36º94.38%34.9%-
HSV(B)185.36º97.11%67.84%-
XYZ19.8327.543.8-
YUV113.96161.3150.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.49%
GREEN value IS 158 (62.11% from 255) = 47.02%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=1.49%
G=47.02%
B=51.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51581730.970.0900.32185.3694.3834.9
Hex59EAD619020b95e23
Octal52362551411104027113643
Binary1011001111010101101110000110010100000101110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059EAD; }

 p { color: rgb(5,158,173); }

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

<style>
 a { background-color: #059EAD; }

 a { background-color: rgb(5,158,173); }

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

<style>
 span { border-color: #059EAD; }

 span { border-color: rgb(5,158,173); }

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