Html Css Color HEX #059EAC Bondi Blue

📋 copy color: '#059EAC'

red 5 ◦ green 158 ◦ blue 172

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

Shades of Bondi Blue #059EAC

Tints of Bondi Blue #059EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.16%

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 1.49%
G = 47.16%
B = 51.34%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#059EAC (or 0x059EAC) is known color: Bondi Blue. HEX triplet: 05, 9E and AC. RGB value is (5,158,172). Sum of RGB (Red+Green+Blue) = 5+158+172=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #059EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059EAC is #FA6153. Grayscale: #717171. Windows color (decimal): -16408916 or 11312645. OLE color: 11312645.

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

Color convert

RGB 5 158 172 -
CMYK 0.97 0.08 0 0.33
HSL 185.03º 0.94% 0.35% -
HSV(B) 185.03º 0.97% 0.67% -
XYZ 19.74 27.46 43.29 -
YUV 113.85 160.81 50.36 -
System Red Green Blue C M Y K H S L
Decimal 5 158 172 0.97 0.08 0 0.33 185.03 0.94 0.35
Hex 5 9E AC 61 8 0 21 B9 5E 23
Octal 5 236 254 141 10 0 41 271 136 43
Binary 101 10011110 10101100 1100001 1000 0 100001 10111001 1011110 100011

Color Harmonies of #059EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EAC

Black with #059EAC

Text Example


Text Example

White with #059EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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