Shades of Baby Blue #5BEBFE
Tints of Baby Blue #5BEBFE
RGB
CMYK
RGB Variations
Color information
#5BEBFE (or 0x5BEBFE) is known color: Baby Blue. HEX triplet: 5B, EB and FE. RGB value is (91,235,254). Sum of RGB (Red+Green+Blue) = 91+235+254=580 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.69% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BEBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEBFE is #A41401. Grayscale: #C1C1C1. Windows color (decimal): -10753026 or 16706395. OLE color: 16706395.
HSL color Cylindrical-coordinate representation of color #5BEBFE: hue angle of 186.99º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BEBFE is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 235 | 254 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.00 |
| HSL | 186.99º | 0.99% | 0.68% | - |
| HSV(B) | 186.99º | 0.64% | 1% | - |
| XYZ | 51.91 | 68.8 | 104.31 | - |
| YUV | 194.11 | 161.79 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 235 | 254 | 0.64 | 0.07 | 0 | 0.00 | 186.99 | 0.99 | 0.68 |
| Hex | 5B | EB | FE | 40 | 7 | 0 | 0 | BB | 63 | 44 |
| Octal | 133 | 353 | 376 | 100 | 7 | 0 | 0 | 273 | 143 | 104 |
| Binary | 1011011 | 11101011 | 11111110 | 1000000 | 111 | 0 | 0 | 10111011 | 1100011 | 1000100 |
Color Harmonies of #5BEBFE
Complementary color
Monochromatic Colors of #5BEBFE
Black with #5BEBFE
Text Example
Text Example
White with #5BEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEBFE; }
p { color: rgb(91,235,254); }
H1.HeaderClassName
{
color: #5BEBFE;
}
.AnyTagClassName
{
color: #5BEBFE;
}
</style>
background-color css
<style>
a { background-color: #5BEBFE; }
a { background-color: rgb(91,235,254); }
div.DivClassName
{
background-color: #5BEBFE;
}
.BgClassName
{
background-color: #5BEBFE;
}
</style>
border-color css
<style>
span { border-color: #5BEBFE; }
span { border-color: rgb(91,235,254); }
td.TdClassName
{
border-color: #5BEBFE;
}
.TagClassName
{
border-color: #5BEBFE;
}
</style>