Html Css Color HEX #058EAF Bondi Blue

📋 copy color: '#058EAF'

red 5 ◦ green 142 ◦ blue 175

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

Shades of Bondi Blue #058EAF

Tints of Bondi Blue #058EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.1%

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

R = 1.55%
G = 44.1%
B = 54.35%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#058EAF (or 0x058EAF) is known color: Bondi Blue. HEX triplet: 05, 8E and AF. RGB value is (5,142,175). Sum of RGB (Red+Green+Blue) = 5+142+175=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #058EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058EAF is #FA7150. Grayscale: #686868. Windows color (decimal): -16413009 or 11505157. OLE color: 11505157.

HSL color Cylindrical-coordinate representation of color #058EAF: hue angle of 191.65º 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 #058EAF is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 142 175 -
CMYK 0.97 0.19 0 0.31
HSL 191.65º 0.94% 0.35% -
HSV(B) 191.65º 0.97% 0.69% -
XYZ 17.47 22.47 43.97 -
YUV 104.8 167.61 56.82 -
System Red Green Blue C M Y K H S L
Decimal 5 142 175 0.97 0.19 0 0.31 191.65 0.94 0.35
Hex 5 8E AF 61 13 0 1F C0 5E 23
Octal 5 216 257 141 23 0 37 300 136 43
Binary 101 10001110 10101111 1100001 10011 0 11111 11000000 1011110 100011

Color Harmonies of #058EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058EAF

Black with #058EAF

Text Example


Text Example

White with #058EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058EAF; }

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

 H1.HeaderClassName
 {
   color: #058EAF;
 }
 .AnyTagClassName
 {
   color: #058EAF;
 }
</style>

background-color css

<style>
 a { background-color: #058EAF; }

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

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

border-color css

<style>
 span { border-color: #058EAF; }

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

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