Shades of Baby Blue #5BFCE0
Tints of Baby Blue #5BFCE0
RGB
CMYK
RGB Variations
Color information
#5BFCE0 (or 0x5BFCE0) is known color: Baby Blue. HEX triplet: 5B, FC and E0. RGB value is (91,252,224). Sum of RGB (Red+Green+Blue) = 91+252+224=567 (75% of max value = 765). Red value is 91 (35.94% from 255 or 16.05% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BFCE0 is #A4031F. Grayscale: #C8C8C8. Windows color (decimal): -10748704 or 14744667. OLE color: 14744667.
HSL color Cylindrical-coordinate representation of color #5BFCE0: hue angle of 169.57º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFCE0 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 224 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.01 |
| HSL | 169.57º | 0.96% | 0.67% | - |
| HSV(B) | 169.57º | 0.64% | 0.99% | - |
| XYZ | 52.58 | 77.23 | 82.66 | - |
| YUV | 200.67 | 141.16 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 224 | 0.64 | 0 | 0.11 | 0.01 | 169.57 | 0.96 | 0.67 |
| Hex | 5B | FC | E0 | 40 | 0 | B | 1 | AA | 60 | 43 |
| Octal | 133 | 374 | 340 | 100 | 0 | 13 | 1 | 252 | 140 | 103 |
| Binary | 1011011 | 11111100 | 11100000 | 1000000 | 0 | 1011 | 1 | 10101010 | 1100000 | 1000011 |
Color Harmonies of #5BFCE0
Complementary color
Monochromatic Colors of #5BFCE0
Black with #5BFCE0
Text Example
Text Example
White with #5BFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCE0; }
p { color: rgb(91,252,224); }
H1.HeaderClassName
{
color: #5BFCE0;
}
.AnyTagClassName
{
color: #5BFCE0;
}
</style>
background-color css
<style>
a { background-color: #5BFCE0; }
a { background-color: rgb(91,252,224); }
div.DivClassName
{
background-color: #5BFCE0;
}
.BgClassName
{
background-color: #5BFCE0;
}
</style>
border-color css
<style>
span { border-color: #5BFCE0; }
span { border-color: rgb(91,252,224); }
td.TdClassName
{
border-color: #5BFCE0;
}
.TagClassName
{
border-color: #5BFCE0;
}
</style>