Shades of Baby Blue #5DF3FC
Tints of Baby Blue #5DF3FC
RGB
CMYK
RGB Variations
Color information
#5DF3FC (or 0x5DF3FC) is known color: Baby Blue. HEX triplet: 5D, F3 and FC. RGB value is (93,243,252). Sum of RGB (Red+Green+Blue) = 93+243+252=588 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.82% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DF3FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF3FC is #A20C03. Grayscale: #C6C6C6. Windows color (decimal): -10619908 or 16577373. OLE color: 16577373.
HSL color Cylindrical-coordinate representation of color #5DF3FC: hue angle of 183.4º degrees, saturation: 0.96, 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 #5DF3FC is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 243 | 252 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.01 |
| HSL | 183.4º | 0.96% | 0.68% | - |
| HSV(B) | 183.4º | 0.63% | 0.99% | - |
| XYZ | 54.14 | 73.46 | 103.42 | - |
| YUV | 199.18 | 157.81 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 243 | 252 | 0.63 | 0.04 | 0 | 0.01 | 183.4 | 0.96 | 0.68 |
| Hex | 5D | F3 | FC | 3F | 4 | 0 | 1 | B7 | 60 | 44 |
| Octal | 135 | 363 | 374 | 77 | 4 | 0 | 1 | 267 | 140 | 104 |
| Binary | 1011101 | 11110011 | 11111100 | 111111 | 100 | 0 | 1 | 10110111 | 1100000 | 1000100 |
Color Harmonies of #5DF3FC
Complementary color
Monochromatic Colors of #5DF3FC
Black with #5DF3FC
Text Example
Text Example
White with #5DF3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF3FC; }
p { color: rgb(93,243,252); }
H1.HeaderClassName
{
color: #5DF3FC;
}
.AnyTagClassName
{
color: #5DF3FC;
}
</style>
background-color css
<style>
a { background-color: #5DF3FC; }
a { background-color: rgb(93,243,252); }
div.DivClassName
{
background-color: #5DF3FC;
}
.BgClassName
{
background-color: #5DF3FC;
}
</style>
border-color css
<style>
span { border-color: #5DF3FC; }
span { border-color: rgb(93,243,252); }
td.TdClassName
{
border-color: #5DF3FC;
}
.TagClassName
{
border-color: #5DF3FC;
}
</style>