Shades of Baby Blue #5DFFF0
Tints of Baby Blue #5DFFF0
RGB
CMYK
RGB Variations
Color information
#5DFFF0 (or 0x5DFFF0) is known color: Baby Blue. HEX triplet: 5D, FF and F0. RGB value is (93,255,240). Sum of RGB (Red+Green+Blue) = 93+255+240=588 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.82% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFFF0 is #A2000F. Grayscale: #CCCCCC. Windows color (decimal): -10616848 or 15794013. OLE color: 15794013.
HSL color Cylindrical-coordinate representation of color #5DFFF0: hue angle of 174.44º 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 #5DFFF0 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 240 | - |
| CMYK | 0.64 | 0 | 0.06 | 0 |
| HSL | 174.44º | 1% | 0.68% | - |
| HSV(B) | 174.44º | 0.64% | 1% | - |
| XYZ | 56 | 80.14 | 94.95 | - |
| YUV | 204.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 240 | 0.64 | 0 | 0.06 | 0 | 174.44 | 1 | 0.68 |
| Hex | 5D | FF | F0 | 40 | 0 | 6 | 0 | AE | 64 | 44 |
| Octal | 135 | 377 | 360 | 100 | 0 | 6 | 0 | 256 | 144 | 104 |
| Binary | 1011101 | 11111111 | 11110000 | 1000000 | 0 | 110 | 0 | 10101110 | 1100100 | 1000100 |
Color Harmonies of #5DFFF0
Complementary color
Monochromatic Colors of #5DFFF0
Black with #5DFFF0
Text Example
Text Example
White with #5DFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFF0; }
p { color: rgb(93,255,240); }
H1.HeaderClassName
{
color: #5DFFF0;
}
.AnyTagClassName
{
color: #5DFFF0;
}
</style>
background-color css
<style>
a { background-color: #5DFFF0; }
a { background-color: rgb(93,255,240); }
div.DivClassName
{
background-color: #5DFFF0;
}
.BgClassName
{
background-color: #5DFFF0;
}
</style>
border-color css
<style>
span { border-color: #5DFFF0; }
span { border-color: rgb(93,255,240); }
td.TdClassName
{
border-color: #5DFFF0;
}
.TagClassName
{
border-color: #5DFFF0;
}
</style>