Shades of Baby Blue #5DEAFE
Tints of Baby Blue #5DEAFE
RGB
CMYK
RGB Variations
Color information
#5DEAFE (or 0x5DEAFE) is known color: Baby Blue. HEX triplet: 5D, EA and FE. RGB value is (93,234,254). Sum of RGB (Red+Green+Blue) = 93+234+254=581 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.01% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEAFE is #A21501. Grayscale: #C1C1C1. Windows color (decimal): -10622210 or 16706141. OLE color: 16706141.
HSL color Cylindrical-coordinate representation of color #5DEAFE: hue angle of 187.45º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DEAFE is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 234 | 254 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.00 |
| HSL | 187.45º | 0.99% | 0.68% | - |
| HSV(B) | 187.45º | 0.63% | 1% | - |
| XYZ | 51.83 | 68.33 | 104.22 | - |
| YUV | 194.12 | 161.79 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 234 | 254 | 0.63 | 0.08 | 0 | 0.00 | 187.45 | 0.99 | 0.68 |
| Hex | 5D | EA | FE | 3F | 8 | 0 | 0 | BB | 63 | 44 |
| Octal | 135 | 352 | 376 | 77 | 10 | 0 | 0 | 273 | 143 | 104 |
| Binary | 1011101 | 11101010 | 11111110 | 111111 | 1000 | 0 | 0 | 10111011 | 1100011 | 1000100 |
Color Harmonies of #5DEAFE
Complementary color
Monochromatic Colors of #5DEAFE
Black with #5DEAFE
Text Example
Text Example
White with #5DEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEAFE; }
p { color: rgb(93,234,254); }
H1.HeaderClassName
{
color: #5DEAFE;
}
.AnyTagClassName
{
color: #5DEAFE;
}
</style>
background-color css
<style>
a { background-color: #5DEAFE; }
a { background-color: rgb(93,234,254); }
div.DivClassName
{
background-color: #5DEAFE;
}
.BgClassName
{
background-color: #5DEAFE;
}
</style>
border-color css
<style>
span { border-color: #5DEAFE; }
span { border-color: rgb(93,234,254); }
td.TdClassName
{
border-color: #5DEAFE;
}
.TagClassName
{
border-color: #5DEAFE;
}
</style>