Shades of Baby Blue #5BF5ED
Tints of Baby Blue #5BF5ED
RGB
CMYK
RGB Variations
Color information
#5BF5ED (or 0x5BF5ED) is known color: Baby Blue. HEX triplet: 5B, F5 and ED. RGB value is (91,245,237). Sum of RGB (Red+Green+Blue) = 91+245+237=573 (75% of max value = 765). Red value is 91 (35.94% from 255 or 15.88% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #5BF5ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF5ED is #A40A12. Grayscale: #C5C5C5. Windows color (decimal): -10750483 or 15594843. OLE color: 15594843.
HSL color Cylindrical-coordinate representation of color #5BF5ED: hue angle of 176.88º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF5ED is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 245 | 237 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.04 |
| HSL | 176.88º | 0.89% | 0.66% | - |
| HSV(B) | 176.88º | 0.63% | 0.96% | - |
| XYZ | 52.25 | 73.64 | 91.58 | - |
| YUV | 198.04 | 149.98 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 245 | 237 | 0.63 | 0 | 0.03 | 0.04 | 176.88 | 0.89 | 0.66 |
| Hex | 5B | F5 | ED | 3F | 0 | 3 | 4 | B1 | 59 | 42 |
| Octal | 133 | 365 | 355 | 77 | 0 | 3 | 4 | 261 | 131 | 102 |
| Binary | 1011011 | 11110101 | 11101101 | 111111 | 0 | 11 | 100 | 10110001 | 1011001 | 1000010 |
Color Harmonies of #5BF5ED
Complementary color
Monochromatic Colors of #5BF5ED
Black with #5BF5ED
Text Example
Text Example
White with #5BF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF5ED; }
p { color: rgb(91,245,237); }
H1.HeaderClassName
{
color: #5BF5ED;
}
.AnyTagClassName
{
color: #5BF5ED;
}
</style>
background-color css
<style>
a { background-color: #5BF5ED; }
a { background-color: rgb(91,245,237); }
div.DivClassName
{
background-color: #5BF5ED;
}
.BgClassName
{
background-color: #5BF5ED;
}
</style>
border-color css
<style>
span { border-color: #5BF5ED; }
span { border-color: rgb(91,245,237); }
td.TdClassName
{
border-color: #5BF5ED;
}
.TagClassName
{
border-color: #5BF5ED;
}
</style>