Shades of Baby Blue #5FFBE8
Tints of Baby Blue #5FFBE8
RGB
CMYK
RGB Variations
Color information
#5FFBE8 (or 0x5FFBE8) is known color: Baby Blue. HEX triplet: 5F, FB and E8. RGB value is (95,251,232). Sum of RGB (Red+Green+Blue) = 95+251+232=578 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.44% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBE8 is #A00417. Grayscale: #CACACA. Windows color (decimal): -10486808 or 15268703. OLE color: 15268703.
HSL color Cylindrical-coordinate representation of color #5FFBE8: hue angle of 172.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBE8 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 232 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.02 |
| HSL | 172.69º | 0.95% | 0.68% | - |
| HSV(B) | 172.69º | 0.62% | 0.98% | - |
| XYZ | 53.78 | 77.25 | 88.42 | - |
| YUV | 202.19 | 144.82 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 232 | 0.62 | 0 | 0.08 | 0.02 | 172.69 | 0.95 | 0.68 |
| Hex | 5F | FB | E8 | 3E | 0 | 8 | 2 | AD | 5F | 44 |
| Octal | 137 | 373 | 350 | 76 | 0 | 10 | 2 | 255 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11101000 | 111110 | 0 | 1000 | 10 | 10101101 | 1011111 | 1000100 |
Color Harmonies of #5FFBE8
Complementary color
Monochromatic Colors of #5FFBE8
Black with #5FFBE8
Text Example
Text Example
White with #5FFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBE8; }
p { color: rgb(95,251,232); }
H1.HeaderClassName
{
color: #5FFBE8;
}
.AnyTagClassName
{
color: #5FFBE8;
}
</style>
background-color css
<style>
a { background-color: #5FFBE8; }
a { background-color: rgb(95,251,232); }
div.DivClassName
{
background-color: #5FFBE8;
}
.BgClassName
{
background-color: #5FFBE8;
}
</style>
border-color css
<style>
span { border-color: #5FFBE8; }
span { border-color: rgb(95,251,232); }
td.TdClassName
{
border-color: #5FFBE8;
}
.TagClassName
{
border-color: #5FFBE8;
}
</style>