Shades of Baby Blue #5BFFEA
Tints of Baby Blue #5BFFEA
RGB
CMYK
RGB Variations
Color information
#5BFFEA (or 0x5BFFEA) is known color: Baby Blue. HEX triplet: 5B, FF and EA. RGB value is (91,255,234). Sum of RGB (Red+Green+Blue) = 91+255+234=580 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.69% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFFEA is #A40015. Grayscale: #CBCBCB. Windows color (decimal): -10747926 or 15400795. OLE color: 15400795.
HSL color Cylindrical-coordinate representation of color #5BFFEA: hue angle of 172.32º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFFEA is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 234 | - |
| CMYK | 0.64 | 0 | 0.08 | 0 |
| HSL | 172.32º | 1% | 0.68% | - |
| HSV(B) | 172.32º | 0.64% | 1% | - |
| XYZ | 54.93 | 79.68 | 90.33 | - |
| YUV | 203.57 | 145.17 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 234 | 0.64 | 0 | 0.08 | 0 | 172.32 | 1 | 0.68 |
| Hex | 5B | FF | EA | 40 | 0 | 8 | 0 | AC | 64 | 44 |
| Octal | 133 | 377 | 352 | 100 | 0 | 10 | 0 | 254 | 144 | 104 |
| Binary | 1011011 | 11111111 | 11101010 | 1000000 | 0 | 1000 | 0 | 10101100 | 1100100 | 1000100 |
Color Harmonies of #5BFFEA
Complementary color
Monochromatic Colors of #5BFFEA
Black with #5BFFEA
Text Example
Text Example
White with #5BFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFEA; }
p { color: rgb(91,255,234); }
H1.HeaderClassName
{
color: #5BFFEA;
}
.AnyTagClassName
{
color: #5BFFEA;
}
</style>
background-color css
<style>
a { background-color: #5BFFEA; }
a { background-color: rgb(91,255,234); }
div.DivClassName
{
background-color: #5BFFEA;
}
.BgClassName
{
background-color: #5BFFEA;
}
</style>
border-color css
<style>
span { border-color: #5BFFEA; }
span { border-color: rgb(91,255,234); }
td.TdClassName
{
border-color: #5BFFEA;
}
.TagClassName
{
border-color: #5BFFEA;
}
</style>