Shades of Baby Blue #5BF5E7
Tints of Baby Blue #5BF5E7
RGB
CMYK
RGB Variations
Color information
#5BF5E7 (or 0x5BF5E7) is known color: Baby Blue. HEX triplet: 5B, F5 and E7. RGB value is (91,245,231). Sum of RGB (Red+Green+Blue) = 91+245+231=567 (75% of max value = 765). Red value is 91 (35.94% from 255 or 16.05% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #5BF5E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF5E7 is #A40A18. Grayscale: #C5C5C5. Windows color (decimal): -10750489 or 15201627. OLE color: 15201627.
HSL color Cylindrical-coordinate representation of color #5BF5E7: hue angle of 174.55º 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 #5BF5E7 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 245 | 231 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.04 |
| HSL | 174.55º | 0.89% | 0.66% | - |
| HSV(B) | 174.55º | 0.63% | 0.96% | - |
| XYZ | 51.39 | 73.3 | 87.04 | - |
| YUV | 197.36 | 146.98 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 245 | 231 | 0.63 | 0 | 0.06 | 0.04 | 174.55 | 0.89 | 0.66 |
| Hex | 5B | F5 | E7 | 3F | 0 | 6 | 4 | AF | 59 | 42 |
| Octal | 133 | 365 | 347 | 77 | 0 | 6 | 4 | 257 | 131 | 102 |
| Binary | 1011011 | 11110101 | 11100111 | 111111 | 0 | 110 | 100 | 10101111 | 1011001 | 1000010 |
Color Harmonies of #5BF5E7
Complementary color
Monochromatic Colors of #5BF5E7
Black with #5BF5E7
Text Example
Text Example
White with #5BF5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF5E7; }
p { color: rgb(91,245,231); }
H1.HeaderClassName
{
color: #5BF5E7;
}
.AnyTagClassName
{
color: #5BF5E7;
}
</style>
background-color css
<style>
a { background-color: #5BF5E7; }
a { background-color: rgb(91,245,231); }
div.DivClassName
{
background-color: #5BF5E7;
}
.BgClassName
{
background-color: #5BF5E7;
}
</style>
border-color css
<style>
span { border-color: #5BF5E7; }
span { border-color: rgb(91,245,231); }
td.TdClassName
{
border-color: #5BF5E7;
}
.TagClassName
{
border-color: #5BF5E7;
}
</style>