Shades of Baby Blue #5AFDEC
Tints of Baby Blue #5AFDEC
RGB
CMYK
RGB Variations
Color information
#5AFDEC (or 0x5AFDEC) is known color: Baby Blue. HEX triplet: 5A, FD and EC. RGB value is (90,253,236). Sum of RGB (Red+Green+Blue) = 90+253+236=579 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.54% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFDEC is #A50213. Grayscale: #CACACA. Windows color (decimal): -10813972 or 15531354. OLE color: 15531354.
HSL color Cylindrical-coordinate representation of color #5AFDEC: hue angle of 173.74º 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 #5AFDEC is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 236 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.01 |
| HSL | 173.74º | 0.98% | 0.67% | - |
| HSV(B) | 173.74º | 0.64% | 0.99% | - |
| XYZ | 54.48 | 78.48 | 91.63 | - |
| YUV | 202.33 | 147 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 236 | 0.64 | 0 | 0.07 | 0.01 | 173.74 | 0.98 | 0.67 |
| Hex | 5A | FD | EC | 40 | 0 | 7 | 1 | AE | 62 | 43 |
| Octal | 132 | 375 | 354 | 100 | 0 | 7 | 1 | 256 | 142 | 103 |
| Binary | 1011010 | 11111101 | 11101100 | 1000000 | 0 | 111 | 1 | 10101110 | 1100010 | 1000011 |
Color Harmonies of #5AFDEC
Complementary color
Monochromatic Colors of #5AFDEC
Black with #5AFDEC
Text Example
Text Example
White with #5AFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDEC; }
p { color: rgb(90,253,236); }
H1.HeaderClassName
{
color: #5AFDEC;
}
.AnyTagClassName
{
color: #5AFDEC;
}
</style>
background-color css
<style>
a { background-color: #5AFDEC; }
a { background-color: rgb(90,253,236); }
div.DivClassName
{
background-color: #5AFDEC;
}
.BgClassName
{
background-color: #5AFDEC;
}
</style>
border-color css
<style>
span { border-color: #5AFDEC; }
span { border-color: rgb(90,253,236); }
td.TdClassName
{
border-color: #5AFDEC;
}
.TagClassName
{
border-color: #5AFDEC;
}
</style>