Shades of Baby Blue #5AF9EB
Tints of Baby Blue #5AF9EB
RGB
CMYK
RGB Variations
Color information
#5AF9EB (or 0x5AF9EB) is known color: Baby Blue. HEX triplet: 5A, F9 and EB. RGB value is (90,249,235). Sum of RGB (Red+Green+Blue) = 90+249+235=574 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.68% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF9EB is #A50614. Grayscale: #C7C7C7. Windows color (decimal): -10814997 or 15464794. OLE color: 15464794.
HSL color Cylindrical-coordinate representation of color #5AF9EB: hue angle of 174.72º 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 #5AF9EB is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 235 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.02 |
| HSL | 174.72º | 0.93% | 0.66% | - |
| HSV(B) | 174.72º | 0.64% | 0.98% | - |
| XYZ | 53.09 | 75.92 | 90.45 | - |
| YUV | 199.86 | 147.82 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 235 | 0.64 | 0 | 0.06 | 0.02 | 174.72 | 0.93 | 0.66 |
| Hex | 5A | F9 | EB | 40 | 0 | 6 | 2 | AF | 5D | 42 |
| Octal | 132 | 371 | 353 | 100 | 0 | 6 | 2 | 257 | 135 | 102 |
| Binary | 1011010 | 11111001 | 11101011 | 1000000 | 0 | 110 | 10 | 10101111 | 1011101 | 1000010 |
Color Harmonies of #5AF9EB
Complementary color
Monochromatic Colors of #5AF9EB
Black with #5AF9EB
Text Example
Text Example
White with #5AF9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF9EB; }
p { color: rgb(90,249,235); }
H1.HeaderClassName
{
color: #5AF9EB;
}
.AnyTagClassName
{
color: #5AF9EB;
}
</style>
background-color css
<style>
a { background-color: #5AF9EB; }
a { background-color: rgb(90,249,235); }
div.DivClassName
{
background-color: #5AF9EB;
}
.BgClassName
{
background-color: #5AF9EB;
}
</style>
border-color css
<style>
span { border-color: #5AF9EB; }
span { border-color: rgb(90,249,235); }
td.TdClassName
{
border-color: #5AF9EB;
}
.TagClassName
{
border-color: #5AF9EB;
}
</style>