Shades of Baby Blue #5BF8EC
Tints of Baby Blue #5BF8EC
RGB
CMYK
RGB Variations
Color information
#5BF8EC (or 0x5BF8EC) is known color: Baby Blue. HEX triplet: 5B, F8 and EC. RGB value is (91,248,236). Sum of RGB (Red+Green+Blue) = 91+248+236=575 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.83% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #5BF8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF8EC is #A40713. Grayscale: #C7C7C7. Windows color (decimal): -10749716 or 15530075. OLE color: 15530075.
HSL color Cylindrical-coordinate representation of color #5BF8EC: hue angle of 175.41º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF8EC is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 91 | 248 | 236 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.03 |
| HSL | 175.41º | 0.92% | 0.66% | - |
| HSV(B) | 175.41º | 0.63% | 0.97% | - |
| XYZ | 53.02 | 75.42 | 91.12 | - |
| YUV | 199.69 | 148.49 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 248 | 236 | 0.63 | 0 | 0.05 | 0.03 | 175.41 | 0.92 | 0.66 |
| Hex | 5B | F8 | EC | 3F | 0 | 5 | 3 | AF | 5C | 42 |
| Octal | 133 | 370 | 354 | 77 | 0 | 5 | 3 | 257 | 134 | 102 |
| Binary | 1011011 | 11111000 | 11101100 | 111111 | 0 | 101 | 11 | 10101111 | 1011100 | 1000010 |
Color Harmonies of #5BF8EC
Complementary color
Monochromatic Colors of #5BF8EC
Black with #5BF8EC
Text Example
Text Example
White with #5BF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF8EC; }
p { color: rgb(91,248,236); }
H1.HeaderClassName
{
color: #5BF8EC;
}
.AnyTagClassName
{
color: #5BF8EC;
}
</style>
background-color css
<style>
a { background-color: #5BF8EC; }
a { background-color: rgb(91,248,236); }
div.DivClassName
{
background-color: #5BF8EC;
}
.BgClassName
{
background-color: #5BF8EC;
}
</style>
border-color css
<style>
span { border-color: #5BF8EC; }
span { border-color: rgb(91,248,236); }
td.TdClassName
{
border-color: #5BF8EC;
}
.TagClassName
{
border-color: #5BF8EC;
}
</style>