Shades of Baby Blue #5BECFD
Tints of Baby Blue #5BECFD
RGB
CMYK
RGB Variations
Color information
#5BECFD (or 0x5BECFD) is known color: Baby Blue. HEX triplet: 5B, EC and FD. RGB value is (91,236,253). Sum of RGB (Red+Green+Blue) = 91+236+253=580 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.69% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BECFD is #A41302. Grayscale: #C2C2C2. Windows color (decimal): -10752771 or 16641115. OLE color: 16641115.
HSL color Cylindrical-coordinate representation of color #5BECFD: hue angle of 186.3º degrees, saturation: 0.98, 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 #5BECFD is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 236 | 253 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.01 |
| HSL | 186.3º | 0.98% | 0.67% | - |
| HSV(B) | 186.3º | 0.64% | 0.99% | - |
| XYZ | 52.04 | 69.31 | 103.56 | - |
| YUV | 194.58 | 160.96 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 236 | 253 | 0.64 | 0.07 | 0 | 0.01 | 186.3 | 0.98 | 0.67 |
| Hex | 5B | EC | FD | 40 | 7 | 0 | 1 | BA | 62 | 43 |
| Octal | 133 | 354 | 375 | 100 | 7 | 0 | 1 | 272 | 142 | 103 |
| Binary | 1011011 | 11101100 | 11111101 | 1000000 | 111 | 0 | 1 | 10111010 | 1100010 | 1000011 |
Color Harmonies of #5BECFD
Complementary color
Monochromatic Colors of #5BECFD
Black with #5BECFD
Text Example
Text Example
White with #5BECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BECFD; }
p { color: rgb(91,236,253); }
H1.HeaderClassName
{
color: #5BECFD;
}
.AnyTagClassName
{
color: #5BECFD;
}
</style>
background-color css
<style>
a { background-color: #5BECFD; }
a { background-color: rgb(91,236,253); }
div.DivClassName
{
background-color: #5BECFD;
}
.BgClassName
{
background-color: #5BECFD;
}
</style>
border-color css
<style>
span { border-color: #5BECFD; }
span { border-color: rgb(91,236,253); }
td.TdClassName
{
border-color: #5BECFD;
}
.TagClassName
{
border-color: #5BECFD;
}
</style>