Shades of Baby Blue #5AF9EE
Tints of Baby Blue #5AF9EE
RGB
CMYK
RGB Variations
Color information
#5AF9EE (or 0x5AF9EE) is known color: Baby Blue. HEX triplet: 5A, F9 and EE. RGB value is (90,249,238). Sum of RGB (Red+Green+Blue) = 90+249+238=577 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.60% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF9EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF9EE is #A50611. Grayscale: #C8C8C8. Windows color (decimal): -10814994 or 15661402. OLE color: 15661402.
HSL color Cylindrical-coordinate representation of color #5AF9EE: hue angle of 175.85º 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 #5AF9EE is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 238 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.02 |
| HSL | 175.85º | 0.93% | 0.66% | - |
| HSV(B) | 175.85º | 0.64% | 0.98% | - |
| XYZ | 53.52 | 76.1 | 92.76 | - |
| YUV | 200.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 238 | 0.64 | 0 | 0.04 | 0.02 | 175.85 | 0.93 | 0.66 |
| Hex | 5A | F9 | EE | 40 | 0 | 4 | 2 | B0 | 5D | 42 |
| Octal | 132 | 371 | 356 | 100 | 0 | 4 | 2 | 260 | 135 | 102 |
| Binary | 1011010 | 11111001 | 11101110 | 1000000 | 0 | 100 | 10 | 10110000 | 1011101 | 1000010 |
Color Harmonies of #5AF9EE
Complementary color
Monochromatic Colors of #5AF9EE
Black with #5AF9EE
Text Example
Text Example
White with #5AF9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF9EE; }
p { color: rgb(90,249,238); }
H1.HeaderClassName
{
color: #5AF9EE;
}
.AnyTagClassName
{
color: #5AF9EE;
}
</style>
background-color css
<style>
a { background-color: #5AF9EE; }
a { background-color: rgb(90,249,238); }
div.DivClassName
{
background-color: #5AF9EE;
}
.BgClassName
{
background-color: #5AF9EE;
}
</style>
border-color css
<style>
span { border-color: #5AF9EE; }
span { border-color: rgb(90,249,238); }
td.TdClassName
{
border-color: #5AF9EE;
}
.TagClassName
{
border-color: #5AF9EE;
}
</style>