Shades of Baby Blue #5AEDFF
Tints of Baby Blue #5AEDFF
RGB
CMYK
RGB Variations
Color information
#5AEDFF (or 0x5AEDFF) is known color: Baby Blue. HEX triplet: 5A, ED and FF. RGB value is (90,237,255). Sum of RGB (Red+Green+Blue) = 90+237+255=582 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.46% from 582); Green value is 237 (92.97% from 255 or 40.72% 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 #5AEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEDFF is #A51200. Grayscale: #C2C2C2. Windows color (decimal): -10818049 or 16772442. OLE color: 16772442.
HSL color Cylindrical-coordinate representation of color #5AEDFF: hue angle of 186.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AEDFF is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 237 | 255 | - |
| CMYK | 0.65 | 0.07 | 0 | 0 |
| HSL | 186.55º | 1% | 0.68% | - |
| HSV(B) | 186.55º | 0.65% | 1% | - |
| XYZ | 52.55 | 69.96 | 105.34 | - |
| YUV | 195.1 | 161.8 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 255 | 0.65 | 0.07 | 0 | 0 | 186.55 | 1 | 0.68 |
| Hex | 5A | ED | FF | 41 | 7 | 0 | 0 | BB | 64 | 44 |
| Octal | 132 | 355 | 377 | 101 | 7 | 0 | 0 | 273 | 144 | 104 |
| Binary | 1011010 | 11101101 | 11111111 | 1000001 | 111 | 0 | 0 | 10111011 | 1100100 | 1000100 |
Color Harmonies of #5AEDFF
Complementary color
Monochromatic Colors of #5AEDFF
Black with #5AEDFF
Text Example
Text Example
White with #5AEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEDFF; }
p { color: rgb(90,237,255); }
H1.HeaderClassName
{
color: #5AEDFF;
}
.AnyTagClassName
{
color: #5AEDFF;
}
</style>
background-color css
<style>
a { background-color: #5AEDFF; }
a { background-color: rgb(90,237,255); }
div.DivClassName
{
background-color: #5AEDFF;
}
.BgClassName
{
background-color: #5AEDFF;
}
</style>
border-color css
<style>
span { border-color: #5AEDFF; }
span { border-color: rgb(90,237,255); }
td.TdClassName
{
border-color: #5AEDFF;
}
.TagClassName
{
border-color: #5AEDFF;
}
</style>