Shades of Baby Blue #5BEAFE
Tints of Baby Blue #5BEAFE
RGB
CMYK
RGB Variations
Color information
#5BEAFE (or 0x5BEAFE) is known color: Baby Blue. HEX triplet: 5B, EA and FE. RGB value is (91,234,254). Sum of RGB (Red+Green+Blue) = 91+234+254=579 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.72% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEAFE is #A41501. Grayscale: #C1C1C1. Windows color (decimal): -10753282 or 16706139. OLE color: 16706139.
HSL color Cylindrical-coordinate representation of color #5BEAFE: hue angle of 187.36º 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 #5BEAFE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 234 | 254 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.00 |
| HSL | 187.36º | 0.99% | 0.68% | - |
| HSV(B) | 187.36º | 0.64% | 1% | - |
| XYZ | 51.63 | 68.23 | 104.21 | - |
| YUV | 193.52 | 162.12 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 254 | 0.64 | 0.08 | 0 | 0.00 | 187.36 | 0.99 | 0.68 |
| Hex | 5B | EA | FE | 40 | 8 | 0 | 0 | BB | 63 | 44 |
| Octal | 133 | 352 | 376 | 100 | 10 | 0 | 0 | 273 | 143 | 104 |
| Binary | 1011011 | 11101010 | 11111110 | 1000000 | 1000 | 0 | 0 | 10111011 | 1100011 | 1000100 |
Color Harmonies of #5BEAFE
Complementary color
Monochromatic Colors of #5BEAFE
Black with #5BEAFE
Text Example
Text Example
White with #5BEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEAFE; }
p { color: rgb(91,234,254); }
H1.HeaderClassName
{
color: #5BEAFE;
}
.AnyTagClassName
{
color: #5BEAFE;
}
</style>
background-color css
<style>
a { background-color: #5BEAFE; }
a { background-color: rgb(91,234,254); }
div.DivClassName
{
background-color: #5BEAFE;
}
.BgClassName
{
background-color: #5BEAFE;
}
</style>
border-color css
<style>
span { border-color: #5BEAFE; }
span { border-color: rgb(91,234,254); }
td.TdClassName
{
border-color: #5BEAFE;
}
.TagClassName
{
border-color: #5BEAFE;
}
</style>