Html Css Color HEX #059AAF Bondi Blue

📋 copy color: '#059AAF'

red 5 ◦ green 154 ◦ blue 175

#059AAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #059AAF

Tints of Bondi Blue #059AAF

RGB

 RED value IS 5 (2.34% from 255) = 1.5%

 GREEN value IS 154 (60.55% from 255) = 46.11%

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 1.5%
G = 46.11%
B = 52.4%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#059AAF (or 0x059AAF) is known color: Bondi Blue. HEX triplet: 05, 9A and AF. RGB value is (5,154,175). Sum of RGB (Red+Green+Blue) = 5+154+175=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #059AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AAF is #FA6550. Grayscale: #6F6F6F. Windows color (decimal): -16409937 or 11508229. OLE color: 11508229.

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

Color convert

RGB 5 154 175 -
CMYK 0.97 0.12 0 0.31
HSL 187.41º 0.94% 0.35% -
HSV(B) 187.41º 0.97% 0.69% -
XYZ 19.36 26.24 44.6 -
YUV 111.84 163.64 51.79 -
System Red Green Blue C M Y K H S L
Decimal 5 154 175 0.97 0.12 0 0.31 187.41 0.94 0.35
Hex 5 9A AF 61 C 0 1F BB 5E 23
Octal 5 232 257 141 14 0 37 273 136 43
Binary 101 10011010 10101111 1100001 1100 0 11111 10111011 1011110 100011

Color Harmonies of #059AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AAF

Black with #059AAF

Text Example


Text Example

White with #059AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,154,175); }

 H1.HeaderClassName
 {
   color: #059AAF;
 }
 .AnyTagClassName
 {
   color: #059AAF;
 }
</style>

background-color css

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

 a { background-color: rgb(5,154,175); }

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

border-color css

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

 span { border-color: rgb(5,154,175); }

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