Html Css Color HEX #058FAB Bondi Blue

📋 copy color: '#058FAB'

red 5 ◦ green 143 ◦ blue 171

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

Shades of Bondi Blue #058FAB

Tints of Bondi Blue #058FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.83%

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

R = 1.57%
G = 44.83%
B = 53.61%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#058FAB (or 0x058FAB) is known color: Bondi Blue. HEX triplet: 05, 8F and AB. RGB value is (5,143,171). Sum of RGB (Red+Green+Blue) = 5+143+171=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #058FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058FAB is #FA7054. Grayscale: #686868. Windows color (decimal): -16412757 or 11243269. OLE color: 11243269.

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

Color convert

RGB 5 143 171 -
CMYK 0.97 0.16 0 0.33
HSL 190.12º 0.94% 0.35% -
HSV(B) 190.12º 0.97% 0.67% -
XYZ 17.24 22.62 41.99 -
YUV 104.93 165.28 56.72 -
System Red Green Blue C M Y K H S L
Decimal 5 143 171 0.97 0.16 0 0.33 190.12 0.94 0.35
Hex 5 8F AB 61 10 0 21 BE 5E 23
Octal 5 217 253 141 20 0 41 276 136 43
Binary 101 10001111 10101011 1100001 10000 0 100001 10111110 1011110 100011

Color Harmonies of #058FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FAB

Black with #058FAB

Text Example


Text Example

White with #058FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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