Html Css Color HEX #058BBC Bondi Blue

📋 copy color: '#058BBC'

red 5 ◦ green 139 ◦ blue 188

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

Shades of Bondi Blue #058BBC

Tints of Bondi Blue #058BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.87%

 BLUE value IS 188 (73.83% from 255) = 56.63%

R = 1.51%
G = 41.87%
B = 56.63%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#058BBC (or 0x058BBC) is known color: Bondi Blue. HEX triplet: 05, 8B and BC. RGB value is (5,139,188). Sum of RGB (Red+Green+Blue) = 5+139+188=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #058BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058BBC is #FA7443. Grayscale: #686868. Windows color (decimal): -16413764 or 12356357. OLE color: 12356357.

HSL color Cylindrical-coordinate representation of color #058BBC: hue angle of 196.07º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058BBC is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 139 188 -
CMYK 0.97 0.26 0 0.26
HSL 196.07º 0.95% 0.38% -
HSV(B) 196.07º 0.97% 0.74% -
XYZ 18.37 22.13 50.88 -
YUV 104.52 175.11 57.02 -
System Red Green Blue C M Y K H S L
Decimal 5 139 188 0.97 0.26 0 0.26 196.07 0.95 0.38
Hex 5 8B BC 61 1A 0 1A C4 5F 26
Octal 5 213 274 141 32 0 32 304 137 46
Binary 101 10001011 10111100 1100001 11010 0 11010 11000100 1011111 100110

Color Harmonies of #058BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058BBC

Black with #058BBC

Text Example


Text Example

White with #058BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,139,188); }

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

background-color css

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

 a { background-color: rgb(5,139,188); }

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

border-color css

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

 span { border-color: rgb(5,139,188); }

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