Shades of Baby Blue #5AFBE1
Tints of Baby Blue #5AFBE1
RGB
CMYK
RGB Variations
Color information
#5AFBE1 (or 0x5AFBE1) is known color: Baby Blue. HEX triplet: 5A, FB and E1. RGB value is (90,251,225). Sum of RGB (Red+Green+Blue) = 90+251+225=566 (74% of max value = 765). Red value is 90 (35.55% from 255 or 15.90% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AFBE1 is #A5041E. Grayscale: #C7C7C7. Windows color (decimal): -10814495 or 14809946. OLE color: 14809946.
HSL color Cylindrical-coordinate representation of color #5AFBE1: hue angle of 170.31º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFBE1 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 225 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.02 |
| HSL | 170.31º | 0.95% | 0.67% | - |
| HSV(B) | 170.31º | 0.64% | 0.98% | - |
| XYZ | 52.3 | 76.6 | 83.26 | - |
| YUV | 199.9 | 142.16 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 225 | 0.64 | 0 | 0.10 | 0.02 | 170.31 | 0.95 | 0.67 |
| Hex | 5A | FB | E1 | 40 | 0 | A | 2 | AA | 5F | 43 |
| Octal | 132 | 373 | 341 | 100 | 0 | 12 | 2 | 252 | 137 | 103 |
| Binary | 1011010 | 11111011 | 11100001 | 1000000 | 0 | 1010 | 10 | 10101010 | 1011111 | 1000011 |
Color Harmonies of #5AFBE1
Complementary color
Monochromatic Colors of #5AFBE1
Black with #5AFBE1
Text Example
Text Example
White with #5AFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBE1; }
p { color: rgb(90,251,225); }
H1.HeaderClassName
{
color: #5AFBE1;
}
.AnyTagClassName
{
color: #5AFBE1;
}
</style>
background-color css
<style>
a { background-color: #5AFBE1; }
a { background-color: rgb(90,251,225); }
div.DivClassName
{
background-color: #5AFBE1;
}
.BgClassName
{
background-color: #5AFBE1;
}
</style>
border-color css
<style>
span { border-color: #5AFBE1; }
span { border-color: rgb(90,251,225); }
td.TdClassName
{
border-color: #5AFBE1;
}
.TagClassName
{
border-color: #5AFBE1;
}
</style>