Shades of Baby Blue #5AF9EF
Tints of Baby Blue #5AF9EF
RGB
CMYK
RGB Variations
Color information
#5AF9EF (or 0x5AF9EF) is known color: Baby Blue. HEX triplet: 5A, F9 and EF. RGB value is (90,249,239). Sum of RGB (Red+Green+Blue) = 90+249+239=578 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.57% from 578); Green value is 249 (97.66% from 255 or 43.08% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF9EF is #A50610. Grayscale: #C8C8C8. Windows color (decimal): -10814993 or 15726938. OLE color: 15726938.
HSL color Cylindrical-coordinate representation of color #5AF9EF: hue angle of 176.23º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF9EF is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 239 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.02 |
| HSL | 176.23º | 0.93% | 0.66% | - |
| HSV(B) | 176.23º | 0.64% | 0.98% | - |
| XYZ | 53.67 | 76.16 | 93.53 | - |
| YUV | 200.32 | 149.82 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 239 | 0.64 | 0 | 0.04 | 0.02 | 176.23 | 0.93 | 0.66 |
| Hex | 5A | F9 | EF | 40 | 0 | 4 | 2 | B0 | 5D | 42 |
| Octal | 132 | 371 | 357 | 100 | 0 | 4 | 2 | 260 | 135 | 102 |
| Binary | 1011010 | 11111001 | 11101111 | 1000000 | 0 | 100 | 10 | 10110000 | 1011101 | 1000010 |
Color Harmonies of #5AF9EF
Complementary color
Monochromatic Colors of #5AF9EF
Black with #5AF9EF
Text Example
Text Example
White with #5AF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF9EF; }
p { color: rgb(90,249,239); }
H1.HeaderClassName
{
color: #5AF9EF;
}
.AnyTagClassName
{
color: #5AF9EF;
}
</style>
background-color css
<style>
a { background-color: #5AF9EF; }
a { background-color: rgb(90,249,239); }
div.DivClassName
{
background-color: #5AF9EF;
}
.BgClassName
{
background-color: #5AF9EF;
}
</style>
border-color css
<style>
span { border-color: #5AF9EF; }
span { border-color: rgb(90,249,239); }
td.TdClassName
{
border-color: #5AF9EF;
}
.TagClassName
{
border-color: #5AF9EF;
}
</style>