Shades of Baby Blue #5FFCEA
Tints of Baby Blue #5FFCEA
RGB
CMYK
RGB Variations
Color information
#5FFCEA (or 0x5FFCEA) is known color: Baby Blue. HEX triplet: 5F, FC and EA. RGB value is (95,252,234). Sum of RGB (Red+Green+Blue) = 95+252+234=581 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.35% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCEA is #A00315. Grayscale: #CACACA. Windows color (decimal): -10486550 or 15400031. OLE color: 15400031.
HSL color Cylindrical-coordinate representation of color #5FFCEA: hue angle of 173.12º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCEA is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 234 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.01 |
| HSL | 173.12º | 0.96% | 0.68% | - |
| HSV(B) | 173.12º | 0.62% | 0.99% | - |
| XYZ | 54.38 | 77.99 | 90.03 | - |
| YUV | 203.01 | 145.49 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 234 | 0.62 | 0 | 0.07 | 0.01 | 173.12 | 0.96 | 0.68 |
| Hex | 5F | FC | EA | 3E | 0 | 7 | 1 | AD | 60 | 44 |
| Octal | 137 | 374 | 352 | 76 | 0 | 7 | 1 | 255 | 140 | 104 |
| Binary | 1011111 | 11111100 | 11101010 | 111110 | 0 | 111 | 1 | 10101101 | 1100000 | 1000100 |
Color Harmonies of #5FFCEA
Complementary color
Monochromatic Colors of #5FFCEA
Black with #5FFCEA
Text Example
Text Example
White with #5FFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCEA; }
p { color: rgb(95,252,234); }
H1.HeaderClassName
{
color: #5FFCEA;
}
.AnyTagClassName
{
color: #5FFCEA;
}
</style>
background-color css
<style>
a { background-color: #5FFCEA; }
a { background-color: rgb(95,252,234); }
div.DivClassName
{
background-color: #5FFCEA;
}
.BgClassName
{
background-color: #5FFCEA;
}
</style>
border-color css
<style>
span { border-color: #5FFCEA; }
span { border-color: rgb(95,252,234); }
td.TdClassName
{
border-color: #5FFCEA;
}
.TagClassName
{
border-color: #5FFCEA;
}
</style>