#58FDF0

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

Shades of Baby Blue #58FDF0

Tints of Baby Blue #58FDF0

Color information

#58FDF0 (or 0x58FDF0) is unknown color: approx Baby Blue. HEX triplet: 58, FD and F0. RGB value is (88,253,240). Sum of RGB (Red+Green+Blue) = 88+253+240=581 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.15% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #58FDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FDF0 is #A7020F. Grayscale: #CACACA. Windows color (decimal): -10945040 or 15793496. OLE color: 15793496.

HSL color Cylindrical-coordinate representation of color #58FDF0: hue angle of 175.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FDF0 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB88253240-
CMYK0.6500.050.01
HSL175.27º97.63%66.86%-
HSV(B)175.27º65.22%99.22%-
XYZ54.8878.6294.72-
YUV202.18149.3446.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.15%
GREEN value IS 253 (99.22% from 255) = 43.55%
BLUE value IS 240 (94.14% from 255) = 41.31%
R=15.15%
G=43.55%
B=41.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal882532400.6500.050.01175.2797.6366.86
Hex58FDF041051af6243
Octal130375360101051257142103
Binary101100011111101111100001000001010111010111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,253,240); }

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

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

 a { background-color: rgb(88,253,240); }

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

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

 span { border-color: rgb(88,253,240); }

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