#5DEEFD

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

Shades of Baby Blue #5DEEFD

Tints of Baby Blue #5DEEFD

Color information

#5DEEFD (or 0x5DEEFD) is unknown color: approx Baby Blue. HEX triplet: 5D, EE and FD. RGB value is (93,238,253). Sum of RGB (Red+Green+Blue) = 93+238+253=584 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.92% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DEEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEFD is #A21102. Grayscale: #C4C4C4. Windows color (decimal): -10621187 or 16641629. OLE color: 16641629.

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

Color convert

RGB93238253-
CMYK0.630.0600.01
HSL185.62º97.56%67.84%-
HSV(B)185.62º63.24%99.22%-
XYZ52.8270.57103.77-
YUV196.36159.9654.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 15.92%
GREEN value IS 238 (93.36% from 255) = 40.75%
BLUE value IS 253 (99.22% from 255) = 43.32%
R=15.92%
G=40.75%
B=43.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932382530.630.0600.01185.6297.5667.84
Hex5DEEFD3F601ba6244
Octal13535637577601272142104
Binary10111011110111011111101111111110011011101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,238,253); }

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

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

 a { background-color: rgb(93,238,253); }

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

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

 span { border-color: rgb(93,238,253); }

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