#5DECF8

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

Shades of Baby Blue #5DECF8

Tints of Baby Blue #5DECF8

Color information

#5DECF8 (or 0x5DECF8) is unknown color: approx Baby Blue. HEX triplet: 5D, EC and F8. RGB value is (93,236,248). Sum of RGB (Red+Green+Blue) = 93+236+248=577 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.12% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #5DECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DECF8 is #A21307. Grayscale: #C2C2C2. Windows color (decimal): -10621704 or 16313437. OLE color: 16313437.

HSL color Cylindrical-coordinate representation of color #5DECF8: hue angle of 184.65º degrees, saturation: 0.92, 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 #5DECF8 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB93236248-
CMYK0.620.0500.03
HSL184.65º91.72%66.86%-
HSV(B)184.65º62.5%97.25%-
XYZ51.4569.199.43-
YUV194.61158.1255.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.12%
GREEN value IS 236 (92.58% from 255) = 40.90%
BLUE value IS 248 (97.27% from 255) = 42.98%
R=16.12%
G=40.90%
B=42.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal932362480.620.0500.03184.6591.7266.86
Hex5DECF83E503b95c43
Octal13535437076503271134103
Binary101110111101100111110001111101010111011100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,236,248); }

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

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

 a { background-color: rgb(93,236,248); }

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

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

 span { border-color: rgb(93,236,248); }

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