Shades of Baby Blue #5FFFEA
Tints of Baby Blue #5FFFEA
RGB
CMYK
RGB Variations
Color information
#5FFFEA (or 0x5FFFEA) is known color: Baby Blue. HEX triplet: 5F, FF and EA. RGB value is (95,255,234). Sum of RGB (Red+Green+Blue) = 95+255+234=584 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.27% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFEA is #A00015. Grayscale: #CCCCCC. Windows color (decimal): -10485782 or 15400799. OLE color: 15400799.
HSL color Cylindrical-coordinate representation of color #5FFFEA: hue angle of 172.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFEA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 234 | - |
| CMYK | 0.63 | 0 | 0.08 | 0 |
| HSL | 172.13º | 1% | 0.69% | - |
| HSV(B) | 172.13º | 0.63% | 1% | - |
| XYZ | 55.33 | 79.89 | 90.35 | - |
| YUV | 204.77 | 144.49 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 234 | 0.63 | 0 | 0.08 | 0 | 172.13 | 1 | 0.69 |
| Hex | 5F | FF | EA | 3F | 0 | 8 | 0 | AC | 64 | 45 |
| Octal | 137 | 377 | 352 | 77 | 0 | 10 | 0 | 254 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11101010 | 111111 | 0 | 1000 | 0 | 10101100 | 1100100 | 1000101 |
Color Harmonies of #5FFFEA
Complementary color
Monochromatic Colors of #5FFFEA
Black with #5FFFEA
Text Example
Text Example
White with #5FFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFEA; }
p { color: rgb(95,255,234); }
H1.HeaderClassName
{
color: #5FFFEA;
}
.AnyTagClassName
{
color: #5FFFEA;
}
</style>
background-color css
<style>
a { background-color: #5FFFEA; }
a { background-color: rgb(95,255,234); }
div.DivClassName
{
background-color: #5FFFEA;
}
.BgClassName
{
background-color: #5FFFEA;
}
</style>
border-color css
<style>
span { border-color: #5FFFEA; }
span { border-color: rgb(95,255,234); }
td.TdClassName
{
border-color: #5FFFEA;
}
.TagClassName
{
border-color: #5FFFEA;
}
</style>