Shades of Baby Blue #5BFFFE
Tints of Baby Blue #5BFFFE
RGB
CMYK
RGB Variations
Color information
#5BFFFE (or 0x5BFFFE) is known color: Baby Blue. HEX triplet: 5B, FF and FE. RGB value is (91,255,254). Sum of RGB (Red+Green+Blue) = 91+255+254=600 (79% of max value = 765). Red value is 91 (35.94% from 255 or 15.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFFFE is #A40001. Grayscale: #CDCDCD. Windows color (decimal): -10747906 or 16711515. OLE color: 16711515.
HSL color Cylindrical-coordinate representation of color #5BFFFE: hue angle of 179.63º 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 #5BFFFE is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 254 | - |
| CMYK | 0.64 | 0 | 0.00 | 0 |
| HSL | 179.63º | 1% | 0.68% | - |
| HSV(B) | 179.63º | 0.64% | 1% | - |
| XYZ | 57.96 | 80.9 | 106.33 | - |
| YUV | 205.85 | 155.17 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 254 | 0.64 | 0 | 0.00 | 0 | 179.63 | 1 | 0.68 |
| Hex | 5B | FF | FE | 40 | 0 | 0 | 0 | B4 | 64 | 44 |
| Octal | 133 | 377 | 376 | 100 | 0 | 0 | 0 | 264 | 144 | 104 |
| Binary | 1011011 | 11111111 | 11111110 | 1000000 | 0 | 0 | 0 | 10110100 | 1100100 | 1000100 |
Color Harmonies of #5BFFFE
Complementary color
Monochromatic Colors of #5BFFFE
Black with #5BFFFE
Text Example
Text Example
White with #5BFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFFE; }
p { color: rgb(91,255,254); }
H1.HeaderClassName
{
color: #5BFFFE;
}
.AnyTagClassName
{
color: #5BFFFE;
}
</style>
background-color css
<style>
a { background-color: #5BFFFE; }
a { background-color: rgb(91,255,254); }
div.DivClassName
{
background-color: #5BFFFE;
}
.BgClassName
{
background-color: #5BFFFE;
}
</style>
border-color css
<style>
span { border-color: #5BFFFE; }
span { border-color: rgb(91,255,254); }
td.TdClassName
{
border-color: #5BFFFE;
}
.TagClassName
{
border-color: #5BFFFE;
}
</style>