#5effe3

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

Shades of Baby Blue #5EFFE3

Tints of Baby Blue #5EFFE3

Color information

#5EFFE3 (or 0x5EFFE3) is unknown color: approx Baby Blue. HEX triplet: 5E, FF and E3. RGB value is (94,255,227). Sum of RGB (Red+Green+Blue) = 94+255+227=576 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.32% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFFE3 is #A1001C. Grayscale: #CBCBCB. Windows color (decimal): -10551325 or 14942046. OLE color: 14942046.

HSL color Cylindrical-coordinate representation of color #5EFFE3: hue angle of 169.57º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFFE3 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB94255227-
CMYK0.6300.110
HSL169.57º100%68.43%-
HSV(B)169.57º63.14%100%-
XYZ54.2479.4585.15-
YUV203.67141.1649.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 16.32%
GREEN value IS 255 (100% from 255) = 44.27%
BLUE value IS 227 (89.06% from 255) = 39.41%
R=16.32%
G=44.27%
B=39.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal942552270.6300.110169.5710068.43
Hex5EFFE33F0B0aa6444
Octal136377343770130252144104
Binary101111011111111111000111111110101101010101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5effe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,255,227); }

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

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

 a { background-color: rgb(94,255,227); }

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

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

 span { border-color: rgb(94,255,227); }

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