Shades of Baby Blue #5BFFE4
Tints of Baby Blue #5BFFE4
RGB
CMYK
RGB Variations
Color information
#5BFFE4 (or 0x5BFFE4) is known color: Baby Blue. HEX triplet: 5B, FF and E4. RGB value is (91,255,228). Sum of RGB (Red+Green+Blue) = 91+255+228=574 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.85% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFFE4 is #A4001B. Grayscale: #CACACA. Windows color (decimal): -10747932 or 15007579. OLE color: 15007579.
HSL color Cylindrical-coordinate representation of color #5BFFE4: hue angle of 170.12º 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 #5BFFE4 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 228 | - |
| CMYK | 0.64 | 0 | 0.11 | 0 |
| HSL | 170.12º | 1% | 0.68% | - |
| HSV(B) | 170.12º | 0.64% | 1% | - |
| XYZ | 54.08 | 79.35 | 85.86 | - |
| YUV | 202.89 | 142.17 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 228 | 0.64 | 0 | 0.11 | 0 | 170.12 | 1 | 0.68 |
| Hex | 5B | FF | E4 | 40 | 0 | B | 0 | AA | 64 | 44 |
| Octal | 133 | 377 | 344 | 100 | 0 | 13 | 0 | 252 | 144 | 104 |
| Binary | 1011011 | 11111111 | 11100100 | 1000000 | 0 | 1011 | 0 | 10101010 | 1100100 | 1000100 |
Color Harmonies of #5BFFE4
Complementary color
Monochromatic Colors of #5BFFE4
Black with #5BFFE4
Text Example
Text Example
White with #5BFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFE4; }
p { color: rgb(91,255,228); }
H1.HeaderClassName
{
color: #5BFFE4;
}
.AnyTagClassName
{
color: #5BFFE4;
}
</style>
background-color css
<style>
a { background-color: #5BFFE4; }
a { background-color: rgb(91,255,228); }
div.DivClassName
{
background-color: #5BFFE4;
}
.BgClassName
{
background-color: #5BFFE4;
}
</style>
border-color css
<style>
span { border-color: #5BFFE4; }
span { border-color: rgb(91,255,228); }
td.TdClassName
{
border-color: #5BFFE4;
}
.TagClassName
{
border-color: #5BFFE4;
}
</style>