#58F3EC

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

Shades of Baby Blue #58F3EC

Tints of Baby Blue #58F3EC

Color information

#58F3EC (or 0x58F3EC) is unknown color: approx Baby Blue. HEX triplet: 58, F3 and EC. RGB value is (88,243,236). Sum of RGB (Red+Green+Blue) = 88+243+236=567 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.52% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #58F3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F3EC is #A70C13. Grayscale: #C3C3C3. Windows color (decimal): -10947604 or 15528792. OLE color: 15528792.

HSL color Cylindrical-coordinate representation of color #58F3EC: hue angle of 177.29º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F3EC is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB88243236-
CMYK0.6400.030.05
HSL177.29º86.59%64.9%-
HSV(B)177.29º63.79%95.29%-
XYZ51.2272.2390.6-
YUV195.86150.6551.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.52%
GREEN value IS 243 (95.31% from 255) = 42.86%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=15.52%
G=42.86%
B=41.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal882432360.6400.030.05177.2986.5964.9
Hex58F3EC40035b15741
Octal130363354100035261127101
Binary1011000111100111110110010000000111011011000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,243,236); }

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

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

 a { background-color: rgb(88,243,236); }

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

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

 span { border-color: rgb(88,243,236); }

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