#5DFDEE

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

Shades of Baby Blue #5DFDEE

Tints of Baby Blue #5DFDEE

Color information

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

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

Color convert

RGB93253238-
CMYK0.6300.060.01
HSL174.38º97.56%67.84%-
HSV(B)174.38º63.24%99.22%-
XYZ55.0778.7593.19-
YUV203.45147.4949.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932532380.6300.060.01174.3897.5667.84
Hex5DFDEE3F061ae6244
Octal13537535677061256142104
Binary10111011111110111101110111111011011010111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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