Html Css Color HEX #058CAF Bondi Blue

📋 copy color: '#058CAF'

red 5 ◦ green 140 ◦ blue 175

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

Shades of Bondi Blue #058CAF

Tints of Bondi Blue #058CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.75%

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

R = 1.56%
G = 43.75%
B = 54.69%

CMYK

 C value IS 0.97

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#058CAF (or 0x058CAF) is known color: Bondi Blue. HEX triplet: 05, 8C and AF. RGB value is (5,140,175). Sum of RGB (Red+Green+Blue) = 5+140+175=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #058CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058CAF is #FA7350. Grayscale: #676767. Windows color (decimal): -16413521 or 11504645. OLE color: 11504645.

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

Color convert

RGB 5 140 175 -
CMYK 0.97 0.2 0 0.31
HSL 192.35º 0.94% 0.35% -
HSV(B) 192.35º 0.97% 0.69% -
XYZ 17.18 21.88 43.88 -
YUV 103.63 168.27 57.65 -
System Red Green Blue C M Y K H S L
Decimal 5 140 175 0.97 0.2 0 0.31 192.35 0.94 0.35
Hex 5 8C AF 61 14 0 1F C0 5E 23
Octal 5 214 257 141 24 0 37 300 136 43
Binary 101 10001100 10101111 1100001 10100 0 11111 11000000 1011110 100011

Color Harmonies of #058CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CAF

Black with #058CAF

Text Example


Text Example

White with #058CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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