Shades of Baby Blue #5BFAEB
Tints of Baby Blue #5BFAEB
RGB
CMYK
RGB Variations
Color information
#5BFAEB (or 0x5BFAEB) is known color: Baby Blue. HEX triplet: 5B, FA and EB. RGB value is (91,250,235). Sum of RGB (Red+Green+Blue) = 91+250+235=576 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.80% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #5BFAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFAEB is #A40514. Grayscale: #C8C8C8. Windows color (decimal): -10749205 or 15465051. OLE color: 15465051.
HSL color Cylindrical-coordinate representation of color #5BFAEB: hue angle of 174.34º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFAEB is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 235 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.02 |
| HSL | 174.34º | 0.94% | 0.67% | - |
| HSV(B) | 174.34º | 0.64% | 0.98% | - |
| XYZ | 53.5 | 76.59 | 90.56 | - |
| YUV | 200.75 | 147.32 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 235 | 0.64 | 0 | 0.06 | 0.02 | 174.34 | 0.94 | 0.67 |
| Hex | 5B | FA | EB | 40 | 0 | 6 | 2 | AE | 5E | 43 |
| Octal | 133 | 372 | 353 | 100 | 0 | 6 | 2 | 256 | 136 | 103 |
| Binary | 1011011 | 11111010 | 11101011 | 1000000 | 0 | 110 | 10 | 10101110 | 1011110 | 1000011 |
Color Harmonies of #5BFAEB
Complementary color
Monochromatic Colors of #5BFAEB
Black with #5BFAEB
Text Example
Text Example
White with #5BFAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFAEB; }
p { color: rgb(91,250,235); }
H1.HeaderClassName
{
color: #5BFAEB;
}
.AnyTagClassName
{
color: #5BFAEB;
}
</style>
background-color css
<style>
a { background-color: #5BFAEB; }
a { background-color: rgb(91,250,235); }
div.DivClassName
{
background-color: #5BFAEB;
}
.BgClassName
{
background-color: #5BFAEB;
}
</style>
border-color css
<style>
span { border-color: #5BFAEB; }
span { border-color: rgb(91,250,235); }
td.TdClassName
{
border-color: #5BFAEB;
}
.TagClassName
{
border-color: #5BFAEB;
}
</style>