Shades of Baby Blue #5AFDEE
Tints of Baby Blue #5AFDEE
RGB
CMYK
RGB Variations
Color information
#5AFDEE (or 0x5AFDEE) is known color: Baby Blue. HEX triplet: 5A, FD and EE. RGB value is (90,253,238). Sum of RGB (Red+Green+Blue) = 90+253+238=581 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.49% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFDEE is #A50211. Grayscale: #CACACA. Windows color (decimal): -10813970 or 15662426. OLE color: 15662426.
HSL color Cylindrical-coordinate representation of color #5AFDEE: hue angle of 174.48º 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 #5AFDEE is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 238 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.01 |
| HSL | 174.48º | 0.98% | 0.67% | - |
| HSV(B) | 174.48º | 0.64% | 0.99% | - |
| XYZ | 54.77 | 78.6 | 93.17 | - |
| YUV | 202.55 | 148 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 238 | 0.64 | 0 | 0.06 | 0.01 | 174.48 | 0.98 | 0.67 |
| Hex | 5A | FD | EE | 40 | 0 | 6 | 1 | AE | 62 | 43 |
| Octal | 132 | 375 | 356 | 100 | 0 | 6 | 1 | 256 | 142 | 103 |
| Binary | 1011010 | 11111101 | 11101110 | 1000000 | 0 | 110 | 1 | 10101110 | 1100010 | 1000011 |
Color Harmonies of #5AFDEE
Complementary color
Monochromatic Colors of #5AFDEE
Black with #5AFDEE
Text Example
Text Example
White with #5AFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDEE; }
p { color: rgb(90,253,238); }
H1.HeaderClassName
{
color: #5AFDEE;
}
.AnyTagClassName
{
color: #5AFDEE;
}
</style>
background-color css
<style>
a { background-color: #5AFDEE; }
a { background-color: rgb(90,253,238); }
div.DivClassName
{
background-color: #5AFDEE;
}
.BgClassName
{
background-color: #5AFDEE;
}
</style>
border-color css
<style>
span { border-color: #5AFDEE; }
span { border-color: rgb(90,253,238); }
td.TdClassName
{
border-color: #5AFDEE;
}
.TagClassName
{
border-color: #5AFDEE;
}
</style>