Shades of Baby Blue #5BFEEB
Tints of Baby Blue #5BFEEB
RGB
CMYK
RGB Variations
Color information
#5BFEEB (or 0x5BFEEB) is known color: Baby Blue. HEX triplet: 5B, FE and EB. RGB value is (91,254,235). Sum of RGB (Red+Green+Blue) = 91+254+235=580 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.69% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFEEB is #A40114. Grayscale: #CBCBCB. Windows color (decimal): -10748181 or 15466075. OLE color: 15466075.
HSL color Cylindrical-coordinate representation of color #5BFEEB: hue angle of 173.01º 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 #5BFEEB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 235 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.00 |
| HSL | 173.01º | 0.99% | 0.68% | - |
| HSV(B) | 173.01º | 0.64% | 1% | - |
| XYZ | 54.75 | 79.11 | 90.98 | - |
| YUV | 203.1 | 146 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 235 | 0.64 | 0 | 0.07 | 0.00 | 173.01 | 0.99 | 0.68 |
| Hex | 5B | FE | EB | 40 | 0 | 7 | 0 | AD | 63 | 44 |
| Octal | 133 | 376 | 353 | 100 | 0 | 7 | 0 | 255 | 143 | 104 |
| Binary | 1011011 | 11111110 | 11101011 | 1000000 | 0 | 111 | 0 | 10101101 | 1100011 | 1000100 |
Color Harmonies of #5BFEEB
Complementary color
Monochromatic Colors of #5BFEEB
Black with #5BFEEB
Text Example
Text Example
White with #5BFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEEB; }
p { color: rgb(91,254,235); }
H1.HeaderClassName
{
color: #5BFEEB;
}
.AnyTagClassName
{
color: #5BFEEB;
}
</style>
background-color css
<style>
a { background-color: #5BFEEB; }
a { background-color: rgb(91,254,235); }
div.DivClassName
{
background-color: #5BFEEB;
}
.BgClassName
{
background-color: #5BFEEB;
}
</style>
border-color css
<style>
span { border-color: #5BFEEB; }
span { border-color: rgb(91,254,235); }
td.TdClassName
{
border-color: #5BFEEB;
}
.TagClassName
{
border-color: #5BFEEB;
}
</style>