Html Css Color HEX #059AAB Bondi Blue

📋 copy color: '#059AAB'

red 5 ◦ green 154 ◦ blue 171

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

Shades of Bondi Blue #059AAB

Tints of Bondi Blue #059AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 1.52%
G = 46.67%
B = 51.82%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#059AAB (or 0x059AAB) is known color: Bondi Blue. HEX triplet: 05, 9A and AB. RGB value is (5,154,171). Sum of RGB (Red+Green+Blue) = 5+154+171=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #059AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AAB is #FA6554. Grayscale: #6F6F6F. Windows color (decimal): -16409941 or 11246085. OLE color: 11246085.

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

Color convert

RGB 5 154 171 -
CMYK 0.97 0.10 0 0.33
HSL 186.14º 0.94% 0.35% -
HSV(B) 186.14º 0.97% 0.67% -
XYZ 18.97 26.08 42.56 -
YUV 111.39 161.64 52.12 -
System Red Green Blue C M Y K H S L
Decimal 5 154 171 0.97 0.10 0 0.33 186.14 0.94 0.35
Hex 5 9A AB 61 A 0 21 BA 5E 23
Octal 5 232 253 141 12 0 41 272 136 43
Binary 101 10011010 10101011 1100001 1010 0 100001 10111010 1011110 100011

Color Harmonies of #059AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059AAB

Black with #059AAB

Text Example


Text Example

White with #059AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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