Shades of Baby Blue #5BFBE8
Tints of Baby Blue #5BFBE8
RGB
CMYK
RGB Variations
Color information
#5BFBE8 (or 0x5BFBE8) is known color: Baby Blue. HEX triplet: 5B, FB and E8. RGB value is (91,251,232). Sum of RGB (Red+Green+Blue) = 91+251+232=574 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.85% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFBE8 is #A40417. Grayscale: #C8C8C8. Windows color (decimal): -10748952 or 15268699. OLE color: 15268699.
HSL color Cylindrical-coordinate representation of color #5BFBE8: hue angle of 172.88º degrees, saturation: 0.95, 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 #5BFBE8 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 232 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.02 |
| HSL | 172.88º | 0.95% | 0.67% | - |
| HSV(B) | 172.88º | 0.64% | 0.98% | - |
| XYZ | 53.38 | 77.04 | 88.4 | - |
| YUV | 200.99 | 145.49 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 232 | 0.64 | 0 | 0.08 | 0.02 | 172.88 | 0.95 | 0.67 |
| Hex | 5B | FB | E8 | 40 | 0 | 8 | 2 | AD | 5F | 43 |
| Octal | 133 | 373 | 350 | 100 | 0 | 10 | 2 | 255 | 137 | 103 |
| Binary | 1011011 | 11111011 | 11101000 | 1000000 | 0 | 1000 | 10 | 10101101 | 1011111 | 1000011 |
Color Harmonies of #5BFBE8
Complementary color
Monochromatic Colors of #5BFBE8
Black with #5BFBE8
Text Example
Text Example
White with #5BFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBE8; }
p { color: rgb(91,251,232); }
H1.HeaderClassName
{
color: #5BFBE8;
}
.AnyTagClassName
{
color: #5BFBE8;
}
</style>
background-color css
<style>
a { background-color: #5BFBE8; }
a { background-color: rgb(91,251,232); }
div.DivClassName
{
background-color: #5BFBE8;
}
.BgClassName
{
background-color: #5BFBE8;
}
</style>
border-color css
<style>
span { border-color: #5BFBE8; }
span { border-color: rgb(91,251,232); }
td.TdClassName
{
border-color: #5BFBE8;
}
.TagClassName
{
border-color: #5BFBE8;
}
</style>