Shades of Baby Blue #5AEBFB
Tints of Baby Blue #5AEBFB
RGB
CMYK
RGB Variations
Color information
#5AEBFB (or 0x5AEBFB) is known color: Baby Blue. HEX triplet: 5A, EB and FB. RGB value is (90,235,251). Sum of RGB (Red+Green+Blue) = 90+235+251=576 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.62% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #5AEBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AEBFB is #A51404. Grayscale: #C1C1C1. Windows color (decimal): -10818565 or 16509786. OLE color: 16509786.
HSL color Cylindrical-coordinate representation of color #5AEBFB: hue angle of 185.96º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AEBFB is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 235 | 251 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.02 |
| HSL | 185.96º | 0.95% | 0.67% | - |
| HSV(B) | 185.96º | 0.64% | 0.98% | - |
| XYZ | 51.34 | 68.56 | 101.79 | - |
| YUV | 193.47 | 160.46 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 251 | 0.64 | 0.06 | 0 | 0.02 | 185.96 | 0.95 | 0.67 |
| Hex | 5A | EB | FB | 40 | 6 | 0 | 2 | BA | 5F | 43 |
| Octal | 132 | 353 | 373 | 100 | 6 | 0 | 2 | 272 | 137 | 103 |
| Binary | 1011010 | 11101011 | 11111011 | 1000000 | 110 | 0 | 10 | 10111010 | 1011111 | 1000011 |
Color Harmonies of #5AEBFB
Complementary color
Monochromatic Colors of #5AEBFB
Black with #5AEBFB
Text Example
Text Example
White with #5AEBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEBFB; }
p { color: rgb(90,235,251); }
H1.HeaderClassName
{
color: #5AEBFB;
}
.AnyTagClassName
{
color: #5AEBFB;
}
</style>
background-color css
<style>
a { background-color: #5AEBFB; }
a { background-color: rgb(90,235,251); }
div.DivClassName
{
background-color: #5AEBFB;
}
.BgClassName
{
background-color: #5AEBFB;
}
</style>
border-color css
<style>
span { border-color: #5AEBFB; }
span { border-color: rgb(90,235,251); }
td.TdClassName
{
border-color: #5AEBFB;
}
.TagClassName
{
border-color: #5AEBFB;
}
</style>