Shades of Baby Blue #5BFEE5
Tints of Baby Blue #5BFEE5
RGB
CMYK
RGB Variations
Color information
#5BFEE5 (or 0x5BFEE5) is known color: Baby Blue. HEX triplet: 5B, FE and E5. RGB value is (91,254,229). Sum of RGB (Red+Green+Blue) = 91+254+229=574 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.85% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFEE5 is #A4011A. Grayscale: #CACACA. Windows color (decimal): -10748187 or 15072859. OLE color: 15072859.
HSL color Cylindrical-coordinate representation of color #5BFEE5: hue angle of 170.8º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFEE5 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 229 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.00 |
| HSL | 170.8º | 0.99% | 0.68% | - |
| HSV(B) | 170.8º | 0.64% | 1% | - |
| XYZ | 53.9 | 78.76 | 86.49 | - |
| YUV | 202.41 | 143 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 229 | 0.64 | 0 | 0.10 | 0.00 | 170.8 | 0.99 | 0.68 |
| Hex | 5B | FE | E5 | 40 | 0 | A | 0 | AB | 63 | 44 |
| Octal | 133 | 376 | 345 | 100 | 0 | 12 | 0 | 253 | 143 | 104 |
| Binary | 1011011 | 11111110 | 11100101 | 1000000 | 0 | 1010 | 0 | 10101011 | 1100011 | 1000100 |
Color Harmonies of #5BFEE5
Complementary color
Monochromatic Colors of #5BFEE5
Black with #5BFEE5
Text Example
Text Example
White with #5BFEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEE5; }
p { color: rgb(91,254,229); }
H1.HeaderClassName
{
color: #5BFEE5;
}
.AnyTagClassName
{
color: #5BFEE5;
}
</style>
background-color css
<style>
a { background-color: #5BFEE5; }
a { background-color: rgb(91,254,229); }
div.DivClassName
{
background-color: #5BFEE5;
}
.BgClassName
{
background-color: #5BFEE5;
}
</style>
border-color css
<style>
span { border-color: #5BFEE5; }
span { border-color: rgb(91,254,229); }
td.TdClassName
{
border-color: #5BFEE5;
}
.TagClassName
{
border-color: #5BFEE5;
}
</style>