Shades of Baby Blue #61FFEA
Tints of Baby Blue #61FFEA
RGB
CMYK
RGB Variations
Color information
#61FFEA (or 0x61FFEA) is known color: Baby Blue. HEX triplet: 61, FF and EA. RGB value is (97,255,234). Sum of RGB (Red+Green+Blue) = 97+255+234=586 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.55% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FFEA is #9E0015. Grayscale: #CDCDCD. Windows color (decimal): -10354710 or 15400801. OLE color: 15400801.
HSL color Cylindrical-coordinate representation of color #61FFEA: hue angle of 172.03º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFEA is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 234 | - |
| CMYK | 0.62 | 0 | 0.08 | 0 |
| HSL | 172.03º | 1% | 0.69% | - |
| HSV(B) | 172.03º | 0.62% | 1% | - |
| XYZ | 55.54 | 80 | 90.36 | - |
| YUV | 205.36 | 144.15 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 234 | 0.62 | 0 | 0.08 | 0 | 172.03 | 1 | 0.69 |
| Hex | 61 | FF | EA | 3E | 0 | 8 | 0 | AC | 64 | 45 |
| Octal | 141 | 377 | 352 | 76 | 0 | 10 | 0 | 254 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11101010 | 111110 | 0 | 1000 | 0 | 10101100 | 1100100 | 1000101 |
Color Harmonies of #61FFEA
Complementary color
Monochromatic Colors of #61FFEA
Black with #61FFEA
Text Example
Text Example
White with #61FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFEA; }
p { color: rgb(97,255,234); }
H1.HeaderClassName
{
color: #61FFEA;
}
.AnyTagClassName
{
color: #61FFEA;
}
</style>
background-color css
<style>
a { background-color: #61FFEA; }
a { background-color: rgb(97,255,234); }
div.DivClassName
{
background-color: #61FFEA;
}
.BgClassName
{
background-color: #61FFEA;
}
</style>
border-color css
<style>
span { border-color: #61FFEA; }
span { border-color: rgb(97,255,234); }
td.TdClassName
{
border-color: #61FFEA;
}
.TagClassName
{
border-color: #61FFEA;
}
</style>