Shades of Baby Blue #5BEEFA
Tints of Baby Blue #5BEEFA
RGB
CMYK
RGB Variations
Color information
#5BEEFA (or 0x5BEEFA) is known color: Baby Blue. HEX triplet: 5B, EE and FA. RGB value is (91,238,250). Sum of RGB (Red+Green+Blue) = 91+238+250=579 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.72% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BEEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEEFA is #A41105. Grayscale: #C3C3C3. Windows color (decimal): -10752262 or 16445019. OLE color: 16445019.
HSL color Cylindrical-coordinate representation of color #5BEEFA: hue angle of 184.53º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BEEFA is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 238 | 250 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.02 |
| HSL | 184.53º | 0.94% | 0.67% | - |
| HSV(B) | 184.53º | 0.64% | 0.98% | - |
| XYZ | 52.14 | 70.28 | 101.26 | - |
| YUV | 195.42 | 158.8 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 250 | 0.64 | 0.05 | 0 | 0.02 | 184.53 | 0.94 | 0.67 |
| Hex | 5B | EE | FA | 40 | 5 | 0 | 2 | B9 | 5E | 43 |
| Octal | 133 | 356 | 372 | 100 | 5 | 0 | 2 | 271 | 136 | 103 |
| Binary | 1011011 | 11101110 | 11111010 | 1000000 | 101 | 0 | 10 | 10111001 | 1011110 | 1000011 |
Color Harmonies of #5BEEFA
Complementary color
Monochromatic Colors of #5BEEFA
Black with #5BEEFA
Text Example
Text Example
White with #5BEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEEFA; }
p { color: rgb(91,238,250); }
H1.HeaderClassName
{
color: #5BEEFA;
}
.AnyTagClassName
{
color: #5BEEFA;
}
</style>
background-color css
<style>
a { background-color: #5BEEFA; }
a { background-color: rgb(91,238,250); }
div.DivClassName
{
background-color: #5BEEFA;
}
.BgClassName
{
background-color: #5BEEFA;
}
</style>
border-color css
<style>
span { border-color: #5BEEFA; }
span { border-color: rgb(91,238,250); }
td.TdClassName
{
border-color: #5BEEFA;
}
.TagClassName
{
border-color: #5BEEFA;
}
</style>