Shades of Baby Blue #61F1EC
Tints of Baby Blue #61F1EC
RGB
CMYK
RGB Variations
Color information
#61F1EC (or 0x61F1EC) is known color: Baby Blue. HEX triplet: 61, F1 and EC. RGB value is (97,241,236). Sum of RGB (Red+Green+Blue) = 97+241+236=574 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.90% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F1EC is #9E0E13. Grayscale: #C5C5C5. Windows color (decimal): -10358292 or 15528289. OLE color: 15528289.
HSL color Cylindrical-coordinate representation of color #61F1EC: hue angle of 177.92º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F1EC is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 236 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.05 |
| HSL | 177.92º | 0.84% | 0.66% | - |
| HSV(B) | 177.92º | 0.6% | 0.95% | - |
| XYZ | 51.53 | 71.51 | 90.44 | - |
| YUV | 197.37 | 149.79 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 236 | 0.60 | 0 | 0.02 | 0.05 | 177.92 | 0.84 | 0.66 |
| Hex | 61 | F1 | EC | 3C | 0 | 2 | 5 | B2 | 54 | 42 |
| Octal | 141 | 361 | 354 | 74 | 0 | 2 | 5 | 262 | 124 | 102 |
| Binary | 1100001 | 11110001 | 11101100 | 111100 | 0 | 10 | 101 | 10110010 | 1010100 | 1000010 |
Color Harmonies of #61F1EC
Complementary color
Monochromatic Colors of #61F1EC
Black with #61F1EC
Text Example
Text Example
White with #61F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1EC; }
p { color: rgb(97,241,236); }
H1.HeaderClassName
{
color: #61F1EC;
}
.AnyTagClassName
{
color: #61F1EC;
}
</style>
background-color css
<style>
a { background-color: #61F1EC; }
a { background-color: rgb(97,241,236); }
div.DivClassName
{
background-color: #61F1EC;
}
.BgClassName
{
background-color: #61F1EC;
}
</style>
border-color css
<style>
span { border-color: #61F1EC; }
span { border-color: rgb(97,241,236); }
td.TdClassName
{
border-color: #61F1EC;
}
.TagClassName
{
border-color: #61F1EC;
}
</style>