Shades of Baby Blue #5AF1ED
Tints of Baby Blue #5AF1ED
RGB
CMYK
RGB Variations
Color information
#5AF1ED (or 0x5AF1ED) is known color: Baby Blue. HEX triplet: 5A, F1 and ED. RGB value is (90,241,237). Sum of RGB (Red+Green+Blue) = 90+241+237=568 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.85% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF1ED is #A50E12. Grayscale: #C3C3C3. Windows color (decimal): -10817043 or 15593818. OLE color: 15593818.
HSL color Cylindrical-coordinate representation of color #5AF1ED: hue angle of 178.41º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF1ED is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 237 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.05 |
| HSL | 178.41º | 0.84% | 0.65% | - |
| HSV(B) | 178.41º | 0.63% | 0.95% | - |
| XYZ | 50.96 | 71.2 | 91.18 | - |
| YUV | 195.4 | 151.47 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 237 | 0.63 | 0 | 0.02 | 0.05 | 178.41 | 0.84 | 0.65 |
| Hex | 5A | F1 | ED | 3F | 0 | 2 | 5 | B2 | 54 | 41 |
| Octal | 132 | 361 | 355 | 77 | 0 | 2 | 5 | 262 | 124 | 101 |
| Binary | 1011010 | 11110001 | 11101101 | 111111 | 0 | 10 | 101 | 10110010 | 1010100 | 1000001 |
Color Harmonies of #5AF1ED
Complementary color
Monochromatic Colors of #5AF1ED
Black with #5AF1ED
Text Example
Text Example
White with #5AF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF1ED; }
p { color: rgb(90,241,237); }
H1.HeaderClassName
{
color: #5AF1ED;
}
.AnyTagClassName
{
color: #5AF1ED;
}
</style>
background-color css
<style>
a { background-color: #5AF1ED; }
a { background-color: rgb(90,241,237); }
div.DivClassName
{
background-color: #5AF1ED;
}
.BgClassName
{
background-color: #5AF1ED;
}
</style>
border-color css
<style>
span { border-color: #5AF1ED; }
span { border-color: rgb(90,241,237); }
td.TdClassName
{
border-color: #5AF1ED;
}
.TagClassName
{
border-color: #5AF1ED;
}
</style>