Shades of Baby Blue #5BFFF6
Tints of Baby Blue #5BFFF6
RGB
CMYK
RGB Variations
Color information
#5BFFF6 (or 0x5BFFF6) is known color: Baby Blue. HEX triplet: 5B, FF and F6. RGB value is (91,255,246). Sum of RGB (Red+Green+Blue) = 91+255+246=592 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.37% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFFF6 is #A40009. Grayscale: #CCCCCC. Windows color (decimal): -10747914 or 16187227. OLE color: 16187227.
HSL color Cylindrical-coordinate representation of color #5BFFF6: hue angle of 176.71º 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 #5BFFF6 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 246 | - |
| CMYK | 0.64 | 0 | 0.04 | 0 |
| HSL | 176.71º | 1% | 0.68% | - |
| HSV(B) | 176.71º | 0.64% | 1% | - |
| XYZ | 56.71 | 80.4 | 99.72 | - |
| YUV | 204.94 | 151.17 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 246 | 0.64 | 0 | 0.04 | 0 | 176.71 | 1 | 0.68 |
| Hex | 5B | FF | F6 | 40 | 0 | 4 | 0 | B1 | 64 | 44 |
| Octal | 133 | 377 | 366 | 100 | 0 | 4 | 0 | 261 | 144 | 104 |
| Binary | 1011011 | 11111111 | 11110110 | 1000000 | 0 | 100 | 0 | 10110001 | 1100100 | 1000100 |
Color Harmonies of #5BFFF6
Complementary color
Monochromatic Colors of #5BFFF6
Black with #5BFFF6
Text Example
Text Example
White with #5BFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFF6; }
p { color: rgb(91,255,246); }
H1.HeaderClassName
{
color: #5BFFF6;
}
.AnyTagClassName
{
color: #5BFFF6;
}
</style>
background-color css
<style>
a { background-color: #5BFFF6; }
a { background-color: rgb(91,255,246); }
div.DivClassName
{
background-color: #5BFFF6;
}
.BgClassName
{
background-color: #5BFFF6;
}
</style>
border-color css
<style>
span { border-color: #5BFFF6; }
span { border-color: rgb(91,255,246); }
td.TdClassName
{
border-color: #5BFFF6;
}
.TagClassName
{
border-color: #5BFFF6;
}
</style>