#5EF7E1

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

Shades of Baby Blue #5EF7E1

Tints of Baby Blue #5EF7E1

Color information

#5EF7E1 (or 0x5EF7E1) is unknown color: approx Baby Blue. HEX triplet: 5E, F7 and E1. RGB value is (94,247,225). Sum of RGB (Red+Green+Blue) = 94+247+225=566 (74% of max value = 765). Red value is 94 (37.11% from 255 or 16.61% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #5EF7E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EF7E1 is #A1081E. Grayscale: #C6C6C6. Windows color (decimal): -10553375 or 14808926. OLE color: 14808926.

HSL color Cylindrical-coordinate representation of color #5EF7E1: hue angle of 171.37º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF7E1 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB94247225-
CMYK0.6200.090.03
HSL171.37º90.53%66.86%-
HSV(B)171.37º61.94%96.86%-
XYZ51.4774.3482.87-
YUV198.74142.8153.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.61%
GREEN value IS 247 (96.88% from 255) = 43.64%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=16.61%
G=43.64%
B=39.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal942472250.6200.090.03171.3790.5366.86
Hex5EF7E13E093ab5b43
Octal136367341760113253133103
Binary1011110111101111110000111111001001111010101110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EF7E1; }

 p { color: rgb(94,247,225); }

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

<style>
 a { background-color: #5EF7E1; }

 a { background-color: rgb(94,247,225); }

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

<style>
 span { border-color: #5EF7E1; }

 span { border-color: rgb(94,247,225); }

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