#58F3EA

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

Shades of Baby Blue #58F3EA

Tints of Baby Blue #58F3EA

Color information

#58F3EA (or 0x58F3EA) is unknown color: approx Baby Blue. HEX triplet: 58, F3 and EA. RGB value is (88,243,234). Sum of RGB (Red+Green+Blue) = 88+243+234=565 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.58% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #58F3EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F3EA is #A70C15. Grayscale: #C3C3C3. Windows color (decimal): -10947606 or 15397720. OLE color: 15397720.

HSL color Cylindrical-coordinate representation of color #58F3EA: hue angle of 176.52º 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 #58F3EA is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB88243234-
CMYK0.6400.040.05
HSL176.52º86.59%64.9%-
HSV(B)176.52º63.79%95.29%-
XYZ50.9372.1289.08-
YUV195.63149.6551.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.58%
GREEN value IS 243 (95.31% from 255) = 43.01%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=15.58%
G=43.01%
B=41.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal882432340.6400.040.05176.5286.5964.9
Hex58F3EA40045b15741
Octal130363352100045261127101
Binary10110001111001111101010100000001001011011000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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