Shades of Baby Blue #5BF0FF
Tints of Baby Blue #5BF0FF
RGB
CMYK
RGB Variations
Color information
#5BF0FF (or 0x5BF0FF) is known color: Baby Blue. HEX triplet: 5B, F0 and FF. RGB value is (91,240,255). Sum of RGB (Red+Green+Blue) = 91+240+255=586 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.53% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BF0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF0FF is #A40F00. Grayscale: #C4C4C4. Windows color (decimal): -10751745 or 16773211. OLE color: 16773211.
HSL color Cylindrical-coordinate representation of color #5BF0FF: hue angle of 185.49º 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 #5BF0FF is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 240 | 255 | - |
| CMYK | 0.64 | 0.06 | 0 | 0 |
| HSL | 185.49º | 1% | 0.68% | - |
| HSV(B) | 185.49º | 0.64% | 1% | - |
| XYZ | 53.52 | 71.76 | 105.64 | - |
| YUV | 197.16 | 160.64 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 240 | 255 | 0.64 | 0.06 | 0 | 0 | 185.49 | 1 | 0.68 |
| Hex | 5B | F0 | FF | 40 | 6 | 0 | 0 | B9 | 64 | 44 |
| Octal | 133 | 360 | 377 | 100 | 6 | 0 | 0 | 271 | 144 | 104 |
| Binary | 1011011 | 11110000 | 11111111 | 1000000 | 110 | 0 | 0 | 10111001 | 1100100 | 1000100 |
Color Harmonies of #5BF0FF
Complementary color
Monochromatic Colors of #5BF0FF
Black with #5BF0FF
Text Example
Text Example
White with #5BF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF0FF; }
p { color: rgb(91,240,255); }
H1.HeaderClassName
{
color: #5BF0FF;
}
.AnyTagClassName
{
color: #5BF0FF;
}
</style>
background-color css
<style>
a { background-color: #5BF0FF; }
a { background-color: rgb(91,240,255); }
div.DivClassName
{
background-color: #5BF0FF;
}
.BgClassName
{
background-color: #5BF0FF;
}
</style>
border-color css
<style>
span { border-color: #5BF0FF; }
span { border-color: rgb(91,240,255); }
td.TdClassName
{
border-color: #5BF0FF;
}
.TagClassName
{
border-color: #5BF0FF;
}
</style>