Shades of Baby Blue #5DE8FF
Tints of Baby Blue #5DE8FF
RGB
CMYK
RGB Variations
Color information
#5DE8FF (or 0x5DE8FF) is known color: Baby Blue. HEX triplet: 5D, E8 and FF. RGB value is (93,232,255). Sum of RGB (Red+Green+Blue) = 93+232+255=580 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.03% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DE8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DE8FF is #A21700. Grayscale: #C0C0C0. Windows color (decimal): -10622721 or 16771165. OLE color: 16771165.
HSL color Cylindrical-coordinate representation of color #5DE8FF: hue angle of 188.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DE8FF is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 232 | 255 | - |
| CMYK | 0.64 | 0.09 | 0 | 0 |
| HSL | 188.52º | 1% | 0.68% | - |
| HSV(B) | 188.52º | 0.64% | 1% | - |
| XYZ | 51.42 | 67.26 | 104.88 | - |
| YUV | 193.06 | 162.95 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 232 | 255 | 0.64 | 0.09 | 0 | 0 | 188.52 | 1 | 0.68 |
| Hex | 5D | E8 | FF | 40 | 9 | 0 | 0 | BD | 64 | 44 |
| Octal | 135 | 350 | 377 | 100 | 11 | 0 | 0 | 275 | 144 | 104 |
| Binary | 1011101 | 11101000 | 11111111 | 1000000 | 1001 | 0 | 0 | 10111101 | 1100100 | 1000100 |
Color Harmonies of #5DE8FF
Complementary color
Monochromatic Colors of #5DE8FF
Black with #5DE8FF
Text Example
Text Example
White with #5DE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE8FF; }
p { color: rgb(93,232,255); }
H1.HeaderClassName
{
color: #5DE8FF;
}
.AnyTagClassName
{
color: #5DE8FF;
}
</style>
background-color css
<style>
a { background-color: #5DE8FF; }
a { background-color: rgb(93,232,255); }
div.DivClassName
{
background-color: #5DE8FF;
}
.BgClassName
{
background-color: #5DE8FF;
}
</style>
border-color css
<style>
span { border-color: #5DE8FF; }
span { border-color: rgb(93,232,255); }
td.TdClassName
{
border-color: #5DE8FF;
}
.TagClassName
{
border-color: #5DE8FF;
}
</style>