Html Css Color HEX #059FAA Bondi Blue

📋 copy color: '#059FAA'

red 5 ◦ green 159 ◦ blue 170

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

Shades of Bondi Blue #059FAA

Tints of Bondi Blue #059FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.6%

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

R = 1.5%
G = 47.6%
B = 50.9%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#059FAA (or 0x059FAA) is known color: Bondi Blue. HEX triplet: 05, 9F and AA. RGB value is (5,159,170). Sum of RGB (Red+Green+Blue) = 5+159+170=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #059FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059FAA is #FA6055. Grayscale: #727272. Windows color (decimal): -16408662 or 11181829. OLE color: 11181829.

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

Color convert

RGB 5 159 170 -
CMYK 0.97 0.06 0 0.33
HSL 184º 0.94% 0.34% -
HSV(B) 184º 0.97% 0.67% -
XYZ 19.72 27.73 42.34 -
YUV 114.21 159.48 50.11 -
System Red Green Blue C M Y K H S L
Decimal 5 159 170 0.97 0.06 0 0.33 184 0.94 0.34
Hex 5 9F AA 61 6 0 21 B8 5E 22
Octal 5 237 252 141 6 0 41 270 136 42
Binary 101 10011111 10101010 1100001 110 0 100001 10111000 1011110 100010

Color Harmonies of #059FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059FAA

Black with #059FAA

Text Example


Text Example

White with #059FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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