#5DFEE1

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

Shades of Baby Blue #5DFEE1

Tints of Baby Blue #5DFEE1

Color information

#5DFEE1 (or 0x5DFEE1) is unknown color: approx Baby Blue. HEX triplet: 5D, FE and E1. RGB value is (93,254,225). Sum of RGB (Red+Green+Blue) = 93+254+225=572 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.26% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFEE1 is #A2011E. Grayscale: #CACACA. Windows color (decimal): -10617119 or 14810717. OLE color: 14810717.

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

Color convert

RGB93254225-
CMYK0.6300.110.00
HSL169.19º98.77%68.04%-
HSV(B)169.19º63.39%99.61%-
XYZ53.5578.6583.59-
YUV202.55140.6649.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.26%
GREEN value IS 254 (99.61% from 255) = 44.41%
BLUE value IS 225 (88.28% from 255) = 39.34%
R=16.26%
G=44.41%
B=39.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal932542250.6300.110.00169.1998.7768.04
Hex5DFEE13F0B0a96344
Octal135376341770130251143104
Binary101110111111110111000011111110101101010100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,254,225); }

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

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

 a { background-color: rgb(93,254,225); }

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

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

 span { border-color: rgb(93,254,225); }

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