#5DFEF5

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

Shades of Baby Blue #5DFEF5

Tints of Baby Blue #5DFEF5

Color information

#5DFEF5 (or 0x5DFEF5) is unknown color: approx Baby Blue. HEX triplet: 5D, FE and F5. RGB value is (93,254,245). Sum of RGB (Red+Green+Blue) = 93+254+245=592 (78% of max value = 765). Red value is 93 (36.72% from 255 or 15.71% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFEF5 is #A2010A. Grayscale: #CCCCCC. Windows color (decimal): -10617099 or 16121437. OLE color: 16121437.

HSL color Cylindrical-coordinate representation of color #5DFEF5: hue angle of 176.65º 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 #5DFEF5 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB93254245-
CMYK0.6300.040.00
HSL176.65º98.77%68.04%-
HSV(B)176.65º63.39%99.61%-
XYZ56.4479.898.82-
YUV204.83150.6648.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 15.71%
GREEN value IS 254 (99.61% from 255) = 42.91%
BLUE value IS 245 (96.09% from 255) = 41.39%
R=15.71%
G=42.91%
B=41.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal932542450.6300.040.00176.6598.7768.04
Hex5DFEF53F040b16344
Octal13537636577040261143104
Binary10111011111111011110101111111010001011000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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