#58EDFB

Color #58EDFB Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #58EDFB

Tints of Baby Blue #58EDFB

Color information

#58EDFB (or 0x58EDFB) is unknown color: approx Baby Blue. HEX triplet: 58, ED and FB. RGB value is (88,237,251). Sum of RGB (Red+Green+Blue) = 88+237+251=576 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.28% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #58EDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EDFB is #A71204. Grayscale: #C1C1C1. Windows color (decimal): -10949125 or 16510296. OLE color: 16510296.

HSL color Cylindrical-coordinate representation of color #58EDFB: hue angle of 185.15º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58EDFB is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB88237251-
CMYK0.650.0600.02
HSL185.15º95.32%66.47%-
HSV(B)185.15º64.94%98.43%-
XYZ51.7269.61101.98-
YUV194.04160.1452.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.28%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=15.28%
G=41.15%
B=43.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882372510.650.0600.02185.1595.3266.47
Hex58EDFB41602b95f42
Octal130355373101602271137102
Binary1011000111011011111101110000011100101011100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58EDFB; }

 p { color: rgb(88,237,251); }

 H1.HeaderClassName
 {
   color: #58EDFB;
 }
 .AnyTagClassName
 {
   color: #58EDFB;
 }
</style>
background-color css

<style>
 a { background-color: #58EDFB; }

 a { background-color: rgb(88,237,251); }

 div.DivClassName
 {
   background-color: #58EDFB;
 }
 .BgClassName
 {
   background-color: #58EDFB;
 }
</style>
border-color css

<style>
 span { border-color: #58EDFB; }

 span { border-color: rgb(88,237,251); }

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