Shades of Baby Blue #5BFEEC
Tints of Baby Blue #5BFEEC
RGB
CMYK
RGB Variations
Color information
#5BFEEC (or 0x5BFEEC) is known color: Baby Blue. HEX triplet: 5B, FE and EC. RGB value is (91,254,236). Sum of RGB (Red+Green+Blue) = 91+254+236=581 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.66% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFEEC is #A40113. Grayscale: #CBCBCB. Windows color (decimal): -10748180 or 15531611. OLE color: 15531611.
HSL color Cylindrical-coordinate representation of color #5BFEEC: hue angle of 173.37º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFEEC is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 236 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.00 |
| HSL | 173.37º | 0.99% | 0.68% | - |
| HSV(B) | 173.37º | 0.64% | 1% | - |
| XYZ | 54.9 | 79.16 | 91.74 | - |
| YUV | 203.21 | 146.5 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 236 | 0.64 | 0 | 0.07 | 0.00 | 173.37 | 0.99 | 0.68 |
| Hex | 5B | FE | EC | 40 | 0 | 7 | 0 | AD | 63 | 44 |
| Octal | 133 | 376 | 354 | 100 | 0 | 7 | 0 | 255 | 143 | 104 |
| Binary | 1011011 | 11111110 | 11101100 | 1000000 | 0 | 111 | 0 | 10101101 | 1100011 | 1000100 |
Color Harmonies of #5BFEEC
Complementary color
Monochromatic Colors of #5BFEEC
Black with #5BFEEC
Text Example
Text Example
White with #5BFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEEC; }
p { color: rgb(91,254,236); }
H1.HeaderClassName
{
color: #5BFEEC;
}
.AnyTagClassName
{
color: #5BFEEC;
}
</style>
background-color css
<style>
a { background-color: #5BFEEC; }
a { background-color: rgb(91,254,236); }
div.DivClassName
{
background-color: #5BFEEC;
}
.BgClassName
{
background-color: #5BFEEC;
}
</style>
border-color css
<style>
span { border-color: #5BFEEC; }
span { border-color: rgb(91,254,236); }
td.TdClassName
{
border-color: #5BFEEC;
}
.TagClassName
{
border-color: #5BFEEC;
}
</style>