Shades of Baby Blue #5BEBFC
Tints of Baby Blue #5BEBFC
RGB
CMYK
RGB Variations
Color information
#5BEBFC (or 0x5BEBFC) is known color: Baby Blue. HEX triplet: 5B, EB and FC. RGB value is (91,235,252). Sum of RGB (Red+Green+Blue) = 91+235+252=578 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.74% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BEBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEBFC is #A41403. Grayscale: #C1C1C1. Windows color (decimal): -10753028 or 16575323. OLE color: 16575323.
HSL color Cylindrical-coordinate representation of color #5BEBFC: hue angle of 186.34º 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 #5BEBFC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 235 | 252 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.01 |
| HSL | 186.34º | 0.96% | 0.67% | - |
| HSV(B) | 186.34º | 0.64% | 0.99% | - |
| XYZ | 51.59 | 68.67 | 102.63 | - |
| YUV | 193.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 252 | 0.64 | 0.07 | 0 | 0.01 | 186.34 | 0.96 | 0.67 |
| Hex | 5B | EB | FC | 40 | 7 | 0 | 1 | BA | 60 | 43 |
| Octal | 133 | 353 | 374 | 100 | 7 | 0 | 1 | 272 | 140 | 103 |
| Binary | 1011011 | 11101011 | 11111100 | 1000000 | 111 | 0 | 1 | 10111010 | 1100000 | 1000011 |
Color Harmonies of #5BEBFC
Complementary color
Monochromatic Colors of #5BEBFC
Black with #5BEBFC
Text Example
Text Example
White with #5BEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBFC; }
p { color: rgb(91,235,252); }
H1.HeaderClassName
{
color: #5BEBFC;
}
.AnyTagClassName
{
color: #5BEBFC;
}
</style>
background-color css
<style>
a { background-color: #5BEBFC; }
a { background-color: rgb(91,235,252); }
div.DivClassName
{
background-color: #5BEBFC;
}
.BgClassName
{
background-color: #5BEBFC;
}
</style>
border-color css
<style>
span { border-color: #5BEBFC; }
span { border-color: rgb(91,235,252); }
td.TdClassName
{
border-color: #5BEBFC;
}
.TagClassName
{
border-color: #5BEBFC;
}
</style>