Shades of Baby Blue #5AFAFD
Tints of Baby Blue #5AFAFD
RGB
CMYK
RGB Variations
Color information
#5AFAFD (or 0x5AFAFD) is known color: Baby Blue. HEX triplet: 5A, FA and FD. RGB value is (90,250,253). Sum of RGB (Red+Green+Blue) = 90+250+253=593 (78% of max value = 765). Red value is 90 (35.55% from 255 or 15.18% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #5AFAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFAFD is #A50502. Grayscale: #CACACA. Windows color (decimal): -10814723 or 16644698. OLE color: 16644698.
HSL color Cylindrical-coordinate representation of color #5AFAFD: hue angle of 181.1º 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 #5AFAFD is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 250 | 253 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.01 |
| HSL | 181.1º | 0.98% | 0.67% | - |
| HSV(B) | 181.1º | 0.64% | 0.99% | - |
| XYZ | 56.13 | 77.64 | 104.96 | - |
| YUV | 202.5 | 156.49 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 253 | 0.64 | 0.01 | 0 | 0.01 | 181.1 | 0.98 | 0.67 |
| Hex | 5A | FA | FD | 40 | 1 | 0 | 1 | B5 | 62 | 43 |
| Octal | 132 | 372 | 375 | 100 | 1 | 0 | 1 | 265 | 142 | 103 |
| Binary | 1011010 | 11111010 | 11111101 | 1000000 | 1 | 0 | 1 | 10110101 | 1100010 | 1000011 |
Color Harmonies of #5AFAFD
Complementary color
Monochromatic Colors of #5AFAFD
Black with #5AFAFD
Text Example
Text Example
White with #5AFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFAFD; }
p { color: rgb(90,250,253); }
H1.HeaderClassName
{
color: #5AFAFD;
}
.AnyTagClassName
{
color: #5AFAFD;
}
</style>
background-color css
<style>
a { background-color: #5AFAFD; }
a { background-color: rgb(90,250,253); }
div.DivClassName
{
background-color: #5AFAFD;
}
.BgClassName
{
background-color: #5AFAFD;
}
</style>
border-color css
<style>
span { border-color: #5AFAFD; }
span { border-color: rgb(90,250,253); }
td.TdClassName
{
border-color: #5AFAFD;
}
.TagClassName
{
border-color: #5AFAFD;
}
</style>