Shades of Baby Blue #5BFEE0
Tints of Baby Blue #5BFEE0
RGB
CMYK
RGB Variations
Color information
#5BFEE0 (or 0x5BFEE0) is known color: Baby Blue. HEX triplet: 5B, FE and E0. RGB value is (91,254,224). Sum of RGB (Red+Green+Blue) = 91+254+224=569 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.99% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFEE0 is #A4011F. Grayscale: #C9C9C9. Windows color (decimal): -10748192 or 14745179. OLE color: 14745179.
HSL color Cylindrical-coordinate representation of color #5BFEE0: hue angle of 168.96º 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 #5BFEE0 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 224 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.00 |
| HSL | 168.96º | 0.99% | 0.68% | - |
| HSV(B) | 168.96º | 0.64% | 1% | - |
| XYZ | 53.21 | 78.49 | 82.87 | - |
| YUV | 201.84 | 140.5 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 224 | 0.64 | 0 | 0.12 | 0.00 | 168.96 | 0.99 | 0.68 |
| Hex | 5B | FE | E0 | 40 | 0 | C | 0 | A9 | 63 | 44 |
| Octal | 133 | 376 | 340 | 100 | 0 | 14 | 0 | 251 | 143 | 104 |
| Binary | 1011011 | 11111110 | 11100000 | 1000000 | 0 | 1100 | 0 | 10101001 | 1100011 | 1000100 |
Color Harmonies of #5BFEE0
Complementary color
Monochromatic Colors of #5BFEE0
Black with #5BFEE0
Text Example
Text Example
White with #5BFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEE0; }
p { color: rgb(91,254,224); }
H1.HeaderClassName
{
color: #5BFEE0;
}
.AnyTagClassName
{
color: #5BFEE0;
}
</style>
background-color css
<style>
a { background-color: #5BFEE0; }
a { background-color: rgb(91,254,224); }
div.DivClassName
{
background-color: #5BFEE0;
}
.BgClassName
{
background-color: #5BFEE0;
}
</style>
border-color css
<style>
span { border-color: #5BFEE0; }
span { border-color: rgb(91,254,224); }
td.TdClassName
{
border-color: #5BFEE0;
}
.TagClassName
{
border-color: #5BFEE0;
}
</style>