Shades of Baby Blue #5AF7EB
Tints of Baby Blue #5AF7EB
RGB
CMYK
RGB Variations
Color information
#5AF7EB (or 0x5AF7EB) is known color: Baby Blue. HEX triplet: 5A, F7 and EB. RGB value is (90,247,235). Sum of RGB (Red+Green+Blue) = 90+247+235=572 (75% of max value = 765). Red value is 90 (35.55% from 255 or 15.73% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF7EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF7EB is #A50814. Grayscale: #C6C6C6. Windows color (decimal): -10815509 or 15464282. OLE color: 15464282.
HSL color Cylindrical-coordinate representation of color #5AF7EB: hue angle of 175.41º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF7EB is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 235 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.03 |
| HSL | 175.41º | 0.91% | 0.66% | - |
| HSV(B) | 175.41º | 0.64% | 0.97% | - |
| XYZ | 52.47 | 74.69 | 90.25 | - |
| YUV | 198.69 | 148.49 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 235 | 0.64 | 0 | 0.05 | 0.03 | 175.41 | 0.91 | 0.66 |
| Hex | 5A | F7 | EB | 40 | 0 | 5 | 3 | AF | 5B | 42 |
| Octal | 132 | 367 | 353 | 100 | 0 | 5 | 3 | 257 | 133 | 102 |
| Binary | 1011010 | 11110111 | 11101011 | 1000000 | 0 | 101 | 11 | 10101111 | 1011011 | 1000010 |
Color Harmonies of #5AF7EB
Complementary color
Monochromatic Colors of #5AF7EB
Black with #5AF7EB
Text Example
Text Example
White with #5AF7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF7EB; }
p { color: rgb(90,247,235); }
H1.HeaderClassName
{
color: #5AF7EB;
}
.AnyTagClassName
{
color: #5AF7EB;
}
</style>
background-color css
<style>
a { background-color: #5AF7EB; }
a { background-color: rgb(90,247,235); }
div.DivClassName
{
background-color: #5AF7EB;
}
.BgClassName
{
background-color: #5AF7EB;
}
</style>
border-color css
<style>
span { border-color: #5AF7EB; }
span { border-color: rgb(90,247,235); }
td.TdClassName
{
border-color: #5AF7EB;
}
.TagClassName
{
border-color: #5AF7EB;
}
</style>