Shades of Baby Blue #5AF4EF
Tints of Baby Blue #5AF4EF
RGB
CMYK
RGB Variations
Color information
#5AF4EF (or 0x5AF4EF) is known color: Baby Blue. HEX triplet: 5A, F4 and EF. RGB value is (90,244,239). Sum of RGB (Red+Green+Blue) = 90+244+239=573 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.71% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF4EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF4EF is #A50B10. Grayscale: #C5C5C5. Windows color (decimal): -10816273 or 15725658. OLE color: 15725658.
HSL color Cylindrical-coordinate representation of color #5AF4EF: hue angle of 178.05º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF4EF is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 239 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.04 |
| HSL | 178.05º | 0.88% | 0.65% | - |
| HSV(B) | 178.05º | 0.63% | 0.96% | - |
| XYZ | 52.15 | 73.11 | 93.02 | - |
| YUV | 197.38 | 151.48 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 239 | 0.63 | 0 | 0.02 | 0.04 | 178.05 | 0.88 | 0.65 |
| Hex | 5A | F4 | EF | 3F | 0 | 2 | 4 | B2 | 58 | 41 |
| Octal | 132 | 364 | 357 | 77 | 0 | 2 | 4 | 262 | 130 | 101 |
| Binary | 1011010 | 11110100 | 11101111 | 111111 | 0 | 10 | 100 | 10110010 | 1011000 | 1000001 |
Color Harmonies of #5AF4EF
Complementary color
Monochromatic Colors of #5AF4EF
Black with #5AF4EF
Text Example
Text Example
White with #5AF4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF4EF; }
p { color: rgb(90,244,239); }
H1.HeaderClassName
{
color: #5AF4EF;
}
.AnyTagClassName
{
color: #5AF4EF;
}
</style>
background-color css
<style>
a { background-color: #5AF4EF; }
a { background-color: rgb(90,244,239); }
div.DivClassName
{
background-color: #5AF4EF;
}
.BgClassName
{
background-color: #5AF4EF;
}
</style>
border-color css
<style>
span { border-color: #5AF4EF; }
span { border-color: rgb(90,244,239); }
td.TdClassName
{
border-color: #5AF4EF;
}
.TagClassName
{
border-color: #5AF4EF;
}
</style>