Shades of Baby Blue #5AFCE6
Tints of Baby Blue #5AFCE6
RGB
CMYK
RGB Variations
Color information
#5AFCE6 (or 0x5AFCE6) is known color: Baby Blue. HEX triplet: 5A, FC and E6. RGB value is (90,252,230). Sum of RGB (Red+Green+Blue) = 90+252+230=572 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.73% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFCE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFCE6 is #A50319. Grayscale: #C8C8C8. Windows color (decimal): -10814234 or 15137882. OLE color: 15137882.
HSL color Cylindrical-coordinate representation of color #5AFCE6: hue angle of 171.85º degrees, saturation: 0.96, 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 #5AFCE6 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 230 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.01 |
| HSL | 171.85º | 0.96% | 0.67% | - |
| HSV(B) | 171.85º | 0.64% | 0.99% | - |
| XYZ | 53.31 | 77.51 | 87.01 | - |
| YUV | 201.05 | 144.33 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 230 | 0.64 | 0 | 0.09 | 0.01 | 171.85 | 0.96 | 0.67 |
| Hex | 5A | FC | E6 | 40 | 0 | 9 | 1 | AC | 60 | 43 |
| Octal | 132 | 374 | 346 | 100 | 0 | 11 | 1 | 254 | 140 | 103 |
| Binary | 1011010 | 11111100 | 11100110 | 1000000 | 0 | 1001 | 1 | 10101100 | 1100000 | 1000011 |
Color Harmonies of #5AFCE6
Complementary color
Monochromatic Colors of #5AFCE6
Black with #5AFCE6
Text Example
Text Example
White with #5AFCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFCE6; }
p { color: rgb(90,252,230); }
H1.HeaderClassName
{
color: #5AFCE6;
}
.AnyTagClassName
{
color: #5AFCE6;
}
</style>
background-color css
<style>
a { background-color: #5AFCE6; }
a { background-color: rgb(90,252,230); }
div.DivClassName
{
background-color: #5AFCE6;
}
.BgClassName
{
background-color: #5AFCE6;
}
</style>
border-color css
<style>
span { border-color: #5AFCE6; }
span { border-color: rgb(90,252,230); }
td.TdClassName
{
border-color: #5AFCE6;
}
.TagClassName
{
border-color: #5AFCE6;
}
</style>