Html Css Color HEX #058DAE Bondi Blue

📋 copy color: '#058DAE'

red 5 ◦ green 141 ◦ blue 174

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

Shades of Bondi Blue #058DAE

Tints of Bondi Blue #058DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.06%

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 1.56%
G = 44.06%
B = 54.38%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#058DAE (or 0x058DAE) is known color: Bondi Blue. HEX triplet: 05, 8D and AE. RGB value is (5,141,174). Sum of RGB (Red+Green+Blue) = 5+141+174=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #058DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058DAE is #FA7251. Grayscale: #676767. Windows color (decimal): -16413266 or 11439365. OLE color: 11439365.

HSL color Cylindrical-coordinate representation of color #058DAE: hue angle of 191.72º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058DAE is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 141 174 -
CMYK 0.97 0.19 0 0.32
HSL 191.72º 0.94% 0.35% -
HSV(B) 191.72º 0.97% 0.68% -
XYZ 17.23 22.14 43.41 -
YUV 104.1 167.44 57.32 -
System Red Green Blue C M Y K H S L
Decimal 5 141 174 0.97 0.19 0 0.32 191.72 0.94 0.35
Hex 5 8D AE 61 13 0 20 C0 5E 23
Octal 5 215 256 141 23 0 40 300 136 43
Binary 101 10001101 10101110 1100001 10011 0 100000 11000000 1011110 100011

Color Harmonies of #058DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058DAE

Black with #058DAE

Text Example


Text Example

White with #058DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,141,174); }

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

background-color css

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

 a { background-color: rgb(5,141,174); }

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

border-color css

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

 span { border-color: rgb(5,141,174); }

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