Shades of Baby Blue #61F9E1
Tints of Baby Blue #61F9E1
RGB
CMYK
RGB Variations
Color information
#61F9E1 (or 0x61F9E1) is known color: Baby Blue. HEX triplet: 61, F9 and E1. RGB value is (97,249,225). Sum of RGB (Red+Green+Blue) = 97+249+225=571 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.99% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #61F9E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F9E1 is #9E061E. Grayscale: #C8C8C8. Windows color (decimal): -10356255 or 14809441. OLE color: 14809441.
HSL color Cylindrical-coordinate representation of color #61F9E1: hue angle of 170.53º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F9E1 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 249 | 225 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.02 |
| HSL | 170.53º | 0.93% | 0.68% | - |
| HSV(B) | 170.53º | 0.61% | 0.98% | - |
| XYZ | 52.4 | 75.73 | 83.09 | - |
| YUV | 200.82 | 141.64 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 249 | 225 | 0.61 | 0 | 0.10 | 0.02 | 170.53 | 0.93 | 0.68 |
| Hex | 61 | F9 | E1 | 3D | 0 | A | 2 | AB | 5D | 44 |
| Octal | 141 | 371 | 341 | 75 | 0 | 12 | 2 | 253 | 135 | 104 |
| Binary | 1100001 | 11111001 | 11100001 | 111101 | 0 | 1010 | 10 | 10101011 | 1011101 | 1000100 |
Color Harmonies of #61F9E1
Complementary color
Monochromatic Colors of #61F9E1
Black with #61F9E1
Text Example
Text Example
White with #61F9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F9E1; }
p { color: rgb(97,249,225); }
H1.HeaderClassName
{
color: #61F9E1;
}
.AnyTagClassName
{
color: #61F9E1;
}
</style>
background-color css
<style>
a { background-color: #61F9E1; }
a { background-color: rgb(97,249,225); }
div.DivClassName
{
background-color: #61F9E1;
}
.BgClassName
{
background-color: #61F9E1;
}
</style>
border-color css
<style>
span { border-color: #61F9E1; }
span { border-color: rgb(97,249,225); }
td.TdClassName
{
border-color: #61F9E1;
}
.TagClassName
{
border-color: #61F9E1;
}
</style>