Shades of Baby Blue #5BFFF8
Tints of Baby Blue #5BFFF8
RGB
CMYK
RGB Variations
Color information
#5BFFF8 (or 0x5BFFF8) is known color: Baby Blue. HEX triplet: 5B, FF and F8. RGB value is (91,255,248). Sum of RGB (Red+Green+Blue) = 91+255+248=594 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.32% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFFF8 is #A40007. Grayscale: #CDCDCD. Windows color (decimal): -10747912 or 16318299. OLE color: 16318299.
HSL color Cylindrical-coordinate representation of color #5BFFF8: hue angle of 177.44º 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 #5BFFF8 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 248 | - |
| CMYK | 0.64 | 0 | 0.03 | 0 |
| HSL | 177.44º | 1% | 0.68% | - |
| HSV(B) | 177.44º | 0.64% | 1% | - |
| XYZ | 57.02 | 80.52 | 101.34 | - |
| YUV | 205.17 | 152.17 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 248 | 0.64 | 0 | 0.03 | 0 | 177.44 | 1 | 0.68 |
| Hex | 5B | FF | F8 | 40 | 0 | 3 | 0 | B1 | 64 | 44 |
| Octal | 133 | 377 | 370 | 100 | 0 | 3 | 0 | 261 | 144 | 104 |
| Binary | 1011011 | 11111111 | 11111000 | 1000000 | 0 | 11 | 0 | 10110001 | 1100100 | 1000100 |
Color Harmonies of #5BFFF8
Complementary color
Monochromatic Colors of #5BFFF8
Black with #5BFFF8
Text Example
Text Example
White with #5BFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFF8; }
p { color: rgb(91,255,248); }
H1.HeaderClassName
{
color: #5BFFF8;
}
.AnyTagClassName
{
color: #5BFFF8;
}
</style>
background-color css
<style>
a { background-color: #5BFFF8; }
a { background-color: rgb(91,255,248); }
div.DivClassName
{
background-color: #5BFFF8;
}
.BgClassName
{
background-color: #5BFFF8;
}
</style>
border-color css
<style>
span { border-color: #5BFFF8; }
span { border-color: rgb(91,255,248); }
td.TdClassName
{
border-color: #5BFFF8;
}
.TagClassName
{
border-color: #5BFFF8;
}
</style>