Shades of Baby Blue #5BEBFF
Tints of Baby Blue #5BEBFF
RGB
CMYK
RGB Variations
Color information
#5BEBFF (or 0x5BEBFF) is known color: Baby Blue. HEX triplet: 5B, EB and FF. RGB value is (91,235,255). Sum of RGB (Red+Green+Blue) = 91+235+255=581 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.66% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BEBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEBFF is #A41400. Grayscale: #C2C2C2. Windows color (decimal): -10753025 or 16771931. OLE color: 16771931.
HSL color Cylindrical-coordinate representation of color #5BEBFF: hue angle of 187.32º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BEBFF is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 235 | 255 | - |
| CMYK | 0.64 | 0.08 | 0 | 0 |
| HSL | 187.32º | 1% | 0.68% | - |
| HSV(B) | 187.32º | 0.64% | 1% | - |
| XYZ | 52.07 | 68.86 | 105.15 | - |
| YUV | 194.22 | 162.29 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 255 | 0.64 | 0.08 | 0 | 0 | 187.32 | 1 | 0.68 |
| Hex | 5B | EB | FF | 40 | 8 | 0 | 0 | BB | 64 | 44 |
| Octal | 133 | 353 | 377 | 100 | 10 | 0 | 0 | 273 | 144 | 104 |
| Binary | 1011011 | 11101011 | 11111111 | 1000000 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000100 |
Color Harmonies of #5BEBFF
Complementary color
Monochromatic Colors of #5BEBFF
Black with #5BEBFF
Text Example
Text Example
White with #5BEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBFF; }
p { color: rgb(91,235,255); }
H1.HeaderClassName
{
color: #5BEBFF;
}
.AnyTagClassName
{
color: #5BEBFF;
}
</style>
background-color css
<style>
a { background-color: #5BEBFF; }
a { background-color: rgb(91,235,255); }
div.DivClassName
{
background-color: #5BEBFF;
}
.BgClassName
{
background-color: #5BEBFF;
}
</style>
border-color css
<style>
span { border-color: #5BEBFF; }
span { border-color: rgb(91,235,255); }
td.TdClassName
{
border-color: #5BEBFF;
}
.TagClassName
{
border-color: #5BEBFF;
}
</style>