Shades of Baby Blue #5DEAFF
Tints of Baby Blue #5DEAFF
RGB
CMYK
RGB Variations
Color information
#5DEAFF (or 0x5DEAFF) is known color: Baby Blue. HEX triplet: 5D, EA and FF. RGB value is (93,234,255). Sum of RGB (Red+Green+Blue) = 93+234+255=582 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.98% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEAFF is #A21500. Grayscale: #C2C2C2. Windows color (decimal): -10622209 or 16771677. OLE color: 16771677.
HSL color Cylindrical-coordinate representation of color #5DEAFF: hue angle of 187.78º 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 #5DEAFF is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 234 | 255 | - |
| CMYK | 0.64 | 0.08 | 0 | 0 |
| HSL | 187.78º | 1% | 0.68% | - |
| HSV(B) | 187.78º | 0.64% | 1% | - |
| XYZ | 51.99 | 68.39 | 105.07 | - |
| YUV | 194.24 | 162.29 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 234 | 255 | 0.64 | 0.08 | 0 | 0 | 187.78 | 1 | 0.68 |
| Hex | 5D | EA | FF | 40 | 8 | 0 | 0 | BC | 64 | 44 |
| Octal | 135 | 352 | 377 | 100 | 10 | 0 | 0 | 274 | 144 | 104 |
| Binary | 1011101 | 11101010 | 11111111 | 1000000 | 1000 | 0 | 0 | 10111100 | 1100100 | 1000100 |
Color Harmonies of #5DEAFF
Complementary color
Monochromatic Colors of #5DEAFF
Black with #5DEAFF
Text Example
Text Example
White with #5DEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEAFF; }
p { color: rgb(93,234,255); }
H1.HeaderClassName
{
color: #5DEAFF;
}
.AnyTagClassName
{
color: #5DEAFF;
}
</style>
background-color css
<style>
a { background-color: #5DEAFF; }
a { background-color: rgb(93,234,255); }
div.DivClassName
{
background-color: #5DEAFF;
}
.BgClassName
{
background-color: #5DEAFF;
}
</style>
border-color css
<style>
span { border-color: #5DEAFF; }
span { border-color: rgb(93,234,255); }
td.TdClassName
{
border-color: #5DEAFF;
}
.TagClassName
{
border-color: #5DEAFF;
}
</style>