Shades of Baby Blue #5AFDEF
Tints of Baby Blue #5AFDEF
RGB
CMYK
RGB Variations
Color information
#5AFDEF (or 0x5AFDEF) is known color: Baby Blue. HEX triplet: 5A, FD and EF. RGB value is (90,253,239). Sum of RGB (Red+Green+Blue) = 90+253+239=582 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.46% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFDEF is #A50210. Grayscale: #CACACA. Windows color (decimal): -10813969 or 15727962. OLE color: 15727962.
HSL color Cylindrical-coordinate representation of color #5AFDEF: hue angle of 174.85º 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 #5AFDEF is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 239 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.01 |
| HSL | 174.85º | 0.98% | 0.67% | - |
| HSV(B) | 174.85º | 0.64% | 0.99% | - |
| XYZ | 54.92 | 78.66 | 93.95 | - |
| YUV | 202.67 | 148.5 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 239 | 0.64 | 0 | 0.06 | 0.01 | 174.85 | 0.98 | 0.67 |
| Hex | 5A | FD | EF | 40 | 0 | 6 | 1 | AF | 62 | 43 |
| Octal | 132 | 375 | 357 | 100 | 0 | 6 | 1 | 257 | 142 | 103 |
| Binary | 1011010 | 11111101 | 11101111 | 1000000 | 0 | 110 | 1 | 10101111 | 1100010 | 1000011 |
Color Harmonies of #5AFDEF
Complementary color
Monochromatic Colors of #5AFDEF
Black with #5AFDEF
Text Example
Text Example
White with #5AFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFDEF; }
p { color: rgb(90,253,239); }
H1.HeaderClassName
{
color: #5AFDEF;
}
.AnyTagClassName
{
color: #5AFDEF;
}
</style>
background-color css
<style>
a { background-color: #5AFDEF; }
a { background-color: rgb(90,253,239); }
div.DivClassName
{
background-color: #5AFDEF;
}
.BgClassName
{
background-color: #5AFDEF;
}
</style>
border-color css
<style>
span { border-color: #5AFDEF; }
span { border-color: rgb(90,253,239); }
td.TdClassName
{
border-color: #5AFDEF;
}
.TagClassName
{
border-color: #5AFDEF;
}
</style>