Html Css Color HEX #058FAA Bondi Blue

📋 copy color: '#058FAA'

red 5 ◦ green 143 ◦ blue 170

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

Shades of Bondi Blue #058FAA

Tints of Bondi Blue #058FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 1.57%
G = 44.97%
B = 53.46%

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

#058FAA (or 0x058FAA) is known color: Bondi Blue. HEX triplet: 05, 8F and AA. RGB value is (5,143,170). Sum of RGB (Red+Green+Blue) = 5+143+170=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #058FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058FAA is #FA7055. Grayscale: #686868. Windows color (decimal): -16412758 or 11177733. OLE color: 11177733.

HSL color Cylindrical-coordinate representation of color #058FAA: hue angle of 189.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058FAA is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 143 170 -
CMYK 0.97 0.16 0 0.33
HSL 189.82º 0.94% 0.34% -
HSV(B) 189.82º 0.97% 0.67% -
XYZ 17.14 22.58 41.49 -
YUV 104.82 164.78 56.8 -
System Red Green Blue C M Y K H S L
Decimal 5 143 170 0.97 0.16 0 0.33 189.82 0.94 0.34
Hex 5 8F AA 61 10 0 21 BE 5E 22
Octal 5 217 252 141 20 0 41 276 136 42
Binary 101 10001111 10101010 1100001 10000 0 100001 10111110 1011110 100010

Color Harmonies of #058FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FAA

Black with #058FAA

Text Example


Text Example

White with #058FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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