Shades of Baby Blue #5AFDED
Tints of Baby Blue #5AFDED
RGB
CMYK
RGB Variations
Color information
#5AFDED (or 0x5AFDED) is known color: Baby Blue. HEX triplet: 5A, FD and ED. RGB value is (90,253,237). Sum of RGB (Red+Green+Blue) = 90+253+237=580 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.52% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFDED is #A50212. Grayscale: #CACACA. Windows color (decimal): -10813971 or 15596890. OLE color: 15596890.
HSL color Cylindrical-coordinate representation of color #5AFDED: hue angle of 174.11º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFDED is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 237 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.01 |
| HSL | 174.11º | 0.98% | 0.67% | - |
| HSV(B) | 174.11º | 0.64% | 0.99% | - |
| XYZ | 54.63 | 78.54 | 92.4 | - |
| YUV | 202.44 | 147.5 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 237 | 0.64 | 0 | 0.06 | 0.01 | 174.11 | 0.98 | 0.67 |
| Hex | 5A | FD | ED | 40 | 0 | 6 | 1 | AE | 62 | 43 |
| Octal | 132 | 375 | 355 | 100 | 0 | 6 | 1 | 256 | 142 | 103 |
| Binary | 1011010 | 11111101 | 11101101 | 1000000 | 0 | 110 | 1 | 10101110 | 1100010 | 1000011 |
Color Harmonies of #5AFDED
Complementary color
Monochromatic Colors of #5AFDED
Black with #5AFDED
Text Example
Text Example
White with #5AFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDED; }
p { color: rgb(90,253,237); }
H1.HeaderClassName
{
color: #5AFDED;
}
.AnyTagClassName
{
color: #5AFDED;
}
</style>
background-color css
<style>
a { background-color: #5AFDED; }
a { background-color: rgb(90,253,237); }
div.DivClassName
{
background-color: #5AFDED;
}
.BgClassName
{
background-color: #5AFDED;
}
</style>
border-color css
<style>
span { border-color: #5AFDED; }
span { border-color: rgb(90,253,237); }
td.TdClassName
{
border-color: #5AFDED;
}
.TagClassName
{
border-color: #5AFDED;
}
</style>