Shades of Baby Blue #5DF5F8
Tints of Baby Blue #5DF5F8
RGB
CMYK
RGB Variations
Color information
#5DF5F8 (or 0x5DF5F8) is known color: Baby Blue. HEX triplet: 5D, F5 and F8. RGB value is (93,245,248). Sum of RGB (Red+Green+Blue) = 93+245+248=586 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.87% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #5DF5F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF5F8 is #A20A07. Grayscale: #C7C7C7. Windows color (decimal): -10619400 or 16315741. OLE color: 16315741.
HSL color Cylindrical-coordinate representation of color #5DF5F8: hue angle of 181.16º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF5F8 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 245 | 248 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.03 |
| HSL | 181.16º | 0.92% | 0.67% | - |
| HSV(B) | 181.16º | 0.63% | 0.97% | - |
| XYZ | 54.11 | 74.41 | 100.32 | - |
| YUV | 199.89 | 155.14 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 245 | 248 | 0.62 | 0.01 | 0 | 0.03 | 181.16 | 0.92 | 0.67 |
| Hex | 5D | F5 | F8 | 3E | 1 | 0 | 3 | B5 | 5C | 43 |
| Octal | 135 | 365 | 370 | 76 | 1 | 0 | 3 | 265 | 134 | 103 |
| Binary | 1011101 | 11110101 | 11111000 | 111110 | 1 | 0 | 11 | 10110101 | 1011100 | 1000011 |
Color Harmonies of #5DF5F8
Complementary color
Monochromatic Colors of #5DF5F8
Black with #5DF5F8
Text Example
Text Example
White with #5DF5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF5F8; }
p { color: rgb(93,245,248); }
H1.HeaderClassName
{
color: #5DF5F8;
}
.AnyTagClassName
{
color: #5DF5F8;
}
</style>
background-color css
<style>
a { background-color: #5DF5F8; }
a { background-color: rgb(93,245,248); }
div.DivClassName
{
background-color: #5DF5F8;
}
.BgClassName
{
background-color: #5DF5F8;
}
</style>
border-color css
<style>
span { border-color: #5DF5F8; }
span { border-color: rgb(93,245,248); }
td.TdClassName
{
border-color: #5DF5F8;
}
.TagClassName
{
border-color: #5DF5F8;
}
</style>