Shades of Baby Blue #5AFEEE
Tints of Baby Blue #5AFEEE
RGB
CMYK
RGB Variations
Color information
#5AFEEE (or 0x5AFEEE) is known color: Baby Blue. HEX triplet: 5A, FE and EE. RGB value is (90,254,238). Sum of RGB (Red+Green+Blue) = 90+254+238=582 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.46% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFEEE is #A50111. Grayscale: #CBCBCB. Windows color (decimal): -10813714 or 15662682. OLE color: 15662682.
HSL color Cylindrical-coordinate representation of color #5AFEEE: hue angle of 174.15º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFEEE is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 238 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.00 |
| HSL | 174.15º | 0.99% | 0.67% | - |
| HSV(B) | 174.15º | 0.65% | 1% | - |
| XYZ | 55.09 | 79.23 | 93.28 | - |
| YUV | 203.14 | 147.67 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 238 | 0.65 | 0 | 0.06 | 0.00 | 174.15 | 0.99 | 0.67 |
| Hex | 5A | FE | EE | 41 | 0 | 6 | 0 | AE | 63 | 43 |
| Octal | 132 | 376 | 356 | 101 | 0 | 6 | 0 | 256 | 143 | 103 |
| Binary | 1011010 | 11111110 | 11101110 | 1000001 | 0 | 110 | 0 | 10101110 | 1100011 | 1000011 |
Color Harmonies of #5AFEEE
Complementary color
Monochromatic Colors of #5AFEEE
Black with #5AFEEE
Text Example
Text Example
White with #5AFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFEEE; }
p { color: rgb(90,254,238); }
H1.HeaderClassName
{
color: #5AFEEE;
}
.AnyTagClassName
{
color: #5AFEEE;
}
</style>
background-color css
<style>
a { background-color: #5AFEEE; }
a { background-color: rgb(90,254,238); }
div.DivClassName
{
background-color: #5AFEEE;
}
.BgClassName
{
background-color: #5AFEEE;
}
</style>
border-color css
<style>
span { border-color: #5AFEEE; }
span { border-color: rgb(90,254,238); }
td.TdClassName
{
border-color: #5AFEEE;
}
.TagClassName
{
border-color: #5AFEEE;
}
</style>