Html Css Color HEX #058FAC Bondi Blue

📋 copy color: '#058FAC'

red 5 ◦ green 143 ◦ blue 172

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

Shades of Bondi Blue #058FAC

Tints of Bondi Blue #058FAC

RGB

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

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

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

R = 1.56%
G = 44.69%
B = 53.75%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#058FAC (or 0x058FAC) is known color: Bondi Blue. HEX triplet: 05, 8F and AC. RGB value is (5,143,172). Sum of RGB (Red+Green+Blue) = 5+143+172=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #058FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058FAC is #FA7053. Grayscale: #686868. Windows color (decimal): -16412756 or 11308805. OLE color: 11308805.

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

Color convert

RGB 5 143 172 -
CMYK 0.97 0.17 0 0.33
HSL 190.42º 0.94% 0.35% -
HSV(B) 190.42º 0.97% 0.67% -
XYZ 17.33 22.66 42.49 -
YUV 105.04 165.78 56.64 -
System Red Green Blue C M Y K H S L
Decimal 5 143 172 0.97 0.17 0 0.33 190.42 0.94 0.35
Hex 5 8F AC 61 11 0 21 BE 5E 23
Octal 5 217 254 141 21 0 41 276 136 43
Binary 101 10001111 10101100 1100001 10001 0 100001 10111110 1011110 100011

Color Harmonies of #058FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FAC

Black with #058FAC

Text Example


Text Example

White with #058FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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