Html Css Color HEX #059AAA Bondi Blue

📋 copy color: '#059AAA'

red 5 ◦ green 154 ◦ blue 170

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

Shades of Bondi Blue #059AAA

Tints of Bondi Blue #059AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 1.52%
G = 46.81%
B = 51.67%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#059AAA (or 0x059AAA) is known color: Bondi Blue. HEX triplet: 05, 9A and AA. RGB value is (5,154,170). Sum of RGB (Red+Green+Blue) = 5+154+170=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #059AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AAA is #FA6555. Grayscale: #6F6F6F. Windows color (decimal): -16409942 or 11180549. OLE color: 11180549.

HSL color Cylindrical-coordinate representation of color #059AAA: hue angle of 185.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059AAA is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 154 170 -
CMYK 0.97 0.09 0 0.33
HSL 185.82º 0.94% 0.34% -
HSV(B) 185.82º 0.97% 0.67% -
XYZ 18.87 26.05 42.06 -
YUV 111.27 161.14 52.2 -
System Red Green Blue C M Y K H S L
Decimal 5 154 170 0.97 0.09 0 0.33 185.82 0.94 0.34
Hex 5 9A AA 61 9 0 21 BA 5E 22
Octal 5 232 252 141 11 0 41 272 136 42
Binary 101 10011010 10101010 1100001 1001 0 100001 10111010 1011110 100010

Color Harmonies of #059AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AAA

Black with #059AAA

Text Example


Text Example

White with #059AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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