#58F5EA

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

Shades of Baby Blue #58F5EA

Tints of Baby Blue #58F5EA

Color information

#58F5EA (or 0x58F5EA) is unknown color: approx Baby Blue. HEX triplet: 58, F5 and EA. RGB value is (88,245,234). Sum of RGB (Red+Green+Blue) = 88+245+234=567 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.52% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #58F5EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F5EA is #A70A15. Grayscale: #C4C4C4. Windows color (decimal): -10947094 or 15398232. OLE color: 15398232.

HSL color Cylindrical-coordinate representation of color #58F5EA: hue angle of 175.8º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F5EA is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB88245234-
CMYK0.6400.040.04
HSL175.8º88.7%65.29%-
HSV(B)175.8º64.08%96.08%-
XYZ51.5373.3289.28-
YUV196.8148.9950.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.52%
GREEN value IS 245 (96.09% from 255) = 43.21%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=15.52%
G=43.21%
B=41.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal882452340.6400.040.04175.888.765.29
Hex58F5EA40044b05941
Octal130365352100044260131101
Binary10110001111010111101010100000001001001011000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,245,234); }

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

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

 a { background-color: rgb(88,245,234); }

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

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

 span { border-color: rgb(88,245,234); }

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