#058BBC

Color #058BBC Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #058BBC

Tints of Bondi Blue #058BBC

Color information

#058BBC (or 0x058BBC) is unknown color: approx 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

RGB5139188-
CMYK0.970.2600.26
HSL196.07º94.82%37.84%-
HSV(B)196.07º97.34%73.73%-
XYZ18.3722.1350.88-
YUV104.52175.1157.02-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51391880.970.2600.26196.0794.8237.84
Hex58BBC611A01Ac45f26
Octal52132741413203230413746
Binary1011000101110111100110000111010011010110001001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>