Shades of Baby Blue #5FFBE9
Tints of Baby Blue #5FFBE9
RGB
CMYK
RGB Variations
Color information
#5FFBE9 (or 0x5FFBE9) is known color: Baby Blue. HEX triplet: 5F, FB and E9. RGB value is (95,251,233). Sum of RGB (Red+Green+Blue) = 95+251+233=579 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.41% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBE9 is #A00416. Grayscale: #CACACA. Windows color (decimal): -10486807 or 15334239. OLE color: 15334239.
HSL color Cylindrical-coordinate representation of color #5FFBE9: hue angle of 173.08º 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 #5FFBE9 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 233 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.02 |
| HSL | 173.08º | 0.95% | 0.68% | - |
| HSV(B) | 173.08º | 0.62% | 0.98% | - |
| XYZ | 53.92 | 77.31 | 89.17 | - |
| YUV | 202.3 | 145.32 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 233 | 0.62 | 0 | 0.07 | 0.02 | 173.08 | 0.95 | 0.68 |
| Hex | 5F | FB | E9 | 3E | 0 | 7 | 2 | AD | 5F | 44 |
| Octal | 137 | 373 | 351 | 76 | 0 | 7 | 2 | 255 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11101001 | 111110 | 0 | 111 | 10 | 10101101 | 1011111 | 1000100 |
Color Harmonies of #5FFBE9
Complementary color
Monochromatic Colors of #5FFBE9
Black with #5FFBE9
Text Example
Text Example
White with #5FFBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBE9; }
p { color: rgb(95,251,233); }
H1.HeaderClassName
{
color: #5FFBE9;
}
.AnyTagClassName
{
color: #5FFBE9;
}
</style>
background-color css
<style>
a { background-color: #5FFBE9; }
a { background-color: rgb(95,251,233); }
div.DivClassName
{
background-color: #5FFBE9;
}
.BgClassName
{
background-color: #5FFBE9;
}
</style>
border-color css
<style>
span { border-color: #5FFBE9; }
span { border-color: rgb(95,251,233); }
td.TdClassName
{
border-color: #5FFBE9;
}
.TagClassName
{
border-color: #5FFBE9;
}
</style>