Shades of Baby Blue #5BECFC
Tints of Baby Blue #5BECFC
RGB
CMYK
RGB Variations
Color information
#5BECFC (or 0x5BECFC) is known color: Baby Blue. HEX triplet: 5B, EC and FC. RGB value is (91,236,252). Sum of RGB (Red+Green+Blue) = 91+236+252=579 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.72% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BECFC is #A41303. Grayscale: #C2C2C2. Windows color (decimal): -10752772 or 16575579. OLE color: 16575579.
HSL color Cylindrical-coordinate representation of color #5BECFC: hue angle of 185.96º 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 #5BECFC is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 236 | 252 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.01 |
| HSL | 185.96º | 0.96% | 0.67% | - |
| HSV(B) | 185.96º | 0.64% | 0.99% | - |
| XYZ | 51.88 | 69.24 | 102.73 | - |
| YUV | 194.47 | 160.46 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 252 | 0.64 | 0.06 | 0 | 0.01 | 185.96 | 0.96 | 0.67 |
| Hex | 5B | EC | FC | 40 | 6 | 0 | 1 | BA | 60 | 43 |
| Octal | 133 | 354 | 374 | 100 | 6 | 0 | 1 | 272 | 140 | 103 |
| Binary | 1011011 | 11101100 | 11111100 | 1000000 | 110 | 0 | 1 | 10111010 | 1100000 | 1000011 |
Color Harmonies of #5BECFC
Complementary color
Monochromatic Colors of #5BECFC
Black with #5BECFC
Text Example
Text Example
White with #5BECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECFC; }
p { color: rgb(91,236,252); }
H1.HeaderClassName
{
color: #5BECFC;
}
.AnyTagClassName
{
color: #5BECFC;
}
</style>
background-color css
<style>
a { background-color: #5BECFC; }
a { background-color: rgb(91,236,252); }
div.DivClassName
{
background-color: #5BECFC;
}
.BgClassName
{
background-color: #5BECFC;
}
</style>
border-color css
<style>
span { border-color: #5BECFC; }
span { border-color: rgb(91,236,252); }
td.TdClassName
{
border-color: #5BECFC;
}
.TagClassName
{
border-color: #5BECFC;
}
</style>