Shades of Baby Blue #5DFFE7
Tints of Baby Blue #5DFFE7
RGB
CMYK
RGB Variations
Color information
#5DFFE7 (or 0x5DFFE7) is known color: Baby Blue. HEX triplet: 5D, FF and E7. RGB value is (93,255,231). Sum of RGB (Red+Green+Blue) = 93+255+231=579 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.06% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFFE7 is #A20018. Grayscale: #CBCBCB. Windows color (decimal): -10616857 or 15204189. OLE color: 15204189.
HSL color Cylindrical-coordinate representation of color #5DFFE7: hue angle of 171.11º 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 #5DFFE7 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 231 | - |
| CMYK | 0.64 | 0 | 0.09 | 0 |
| HSL | 171.11º | 1% | 0.68% | - |
| HSV(B) | 171.11º | 0.64% | 1% | - |
| XYZ | 54.7 | 79.62 | 88.09 | - |
| YUV | 203.83 | 143.33 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 231 | 0.64 | 0 | 0.09 | 0 | 171.11 | 1 | 0.68 |
| Hex | 5D | FF | E7 | 40 | 0 | 9 | 0 | AB | 64 | 44 |
| Octal | 135 | 377 | 347 | 100 | 0 | 11 | 0 | 253 | 144 | 104 |
| Binary | 1011101 | 11111111 | 11100111 | 1000000 | 0 | 1001 | 0 | 10101011 | 1100100 | 1000100 |
Color Harmonies of #5DFFE7
Complementary color
Monochromatic Colors of #5DFFE7
Black with #5DFFE7
Text Example
Text Example
White with #5DFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFE7; }
p { color: rgb(93,255,231); }
H1.HeaderClassName
{
color: #5DFFE7;
}
.AnyTagClassName
{
color: #5DFFE7;
}
</style>
background-color css
<style>
a { background-color: #5DFFE7; }
a { background-color: rgb(93,255,231); }
div.DivClassName
{
background-color: #5DFFE7;
}
.BgClassName
{
background-color: #5DFFE7;
}
</style>
border-color css
<style>
span { border-color: #5DFFE7; }
span { border-color: rgb(93,255,231); }
td.TdClassName
{
border-color: #5DFFE7;
}
.TagClassName
{
border-color: #5DFFE7;
}
</style>