Shades of Baby Blue #5BEEFE
Tints of Baby Blue #5BEEFE
RGB
CMYK
RGB Variations
Color information
#5BEEFE (or 0x5BEEFE) is known color: Baby Blue. HEX triplet: 5B, EE and FE. RGB value is (91,238,254). Sum of RGB (Red+Green+Blue) = 91+238+254=583 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.61% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BEEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEEFE is #A41101. Grayscale: #C3C3C3. Windows color (decimal): -10752258 or 16707163. OLE color: 16707163.
HSL color Cylindrical-coordinate representation of color #5BEEFE: hue angle of 185.89º 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 #5BEEFE is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 238 | 254 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.00 |
| HSL | 185.89º | 0.99% | 0.68% | - |
| HSV(B) | 185.89º | 0.64% | 1% | - |
| XYZ | 52.78 | 70.53 | 104.6 | - |
| YUV | 195.87 | 160.8 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 254 | 0.64 | 0.06 | 0 | 0.00 | 185.89 | 0.99 | 0.68 |
| Hex | 5B | EE | FE | 40 | 6 | 0 | 0 | BA | 63 | 44 |
| Octal | 133 | 356 | 376 | 100 | 6 | 0 | 0 | 272 | 143 | 104 |
| Binary | 1011011 | 11101110 | 11111110 | 1000000 | 110 | 0 | 0 | 10111010 | 1100011 | 1000100 |
Color Harmonies of #5BEEFE
Complementary color
Monochromatic Colors of #5BEEFE
Black with #5BEEFE
Text Example
Text Example
White with #5BEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEEFE; }
p { color: rgb(91,238,254); }
H1.HeaderClassName
{
color: #5BEEFE;
}
.AnyTagClassName
{
color: #5BEEFE;
}
</style>
background-color css
<style>
a { background-color: #5BEEFE; }
a { background-color: rgb(91,238,254); }
div.DivClassName
{
background-color: #5BEEFE;
}
.BgClassName
{
background-color: #5BEEFE;
}
</style>
border-color css
<style>
span { border-color: #5BEEFE; }
span { border-color: rgb(91,238,254); }
td.TdClassName
{
border-color: #5BEEFE;
}
.TagClassName
{
border-color: #5BEEFE;
}
</style>