Shades of Baby Blue #61F4F1
Tints of Baby Blue #61F4F1
RGB
CMYK
RGB Variations
Color information
#61F4F1 (or 0x61F4F1) is known color: Baby Blue. HEX triplet: 61, F4 and F1. RGB value is (97,244,241). Sum of RGB (Red+Green+Blue) = 97+244+241=582 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.67% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #61F4F1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F4F1 is #9E0B0E. Grayscale: #C7C7C7. Windows color (decimal): -10357519 or 15856737. OLE color: 15856737.
HSL color Cylindrical-coordinate representation of color #61F4F1: hue angle of 178.78º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F4F1 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 244 | 241 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.04 |
| HSL | 178.78º | 0.87% | 0.67% | - |
| HSV(B) | 178.78º | 0.6% | 0.96% | - |
| XYZ | 53.16 | 73.59 | 94.62 | - |
| YUV | 199.71 | 151.3 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 244 | 241 | 0.60 | 0 | 0.01 | 0.04 | 178.78 | 0.87 | 0.67 |
| Hex | 61 | F4 | F1 | 3C | 0 | 1 | 4 | B3 | 57 | 43 |
| Octal | 141 | 364 | 361 | 74 | 0 | 1 | 4 | 263 | 127 | 103 |
| Binary | 1100001 | 11110100 | 11110001 | 111100 | 0 | 1 | 100 | 10110011 | 1010111 | 1000011 |
Color Harmonies of #61F4F1
Complementary color
Monochromatic Colors of #61F4F1
Black with #61F4F1
Text Example
Text Example
White with #61F4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F4F1; }
p { color: rgb(97,244,241); }
H1.HeaderClassName
{
color: #61F4F1;
}
.AnyTagClassName
{
color: #61F4F1;
}
</style>
background-color css
<style>
a { background-color: #61F4F1; }
a { background-color: rgb(97,244,241); }
div.DivClassName
{
background-color: #61F4F1;
}
.BgClassName
{
background-color: #61F4F1;
}
</style>
border-color css
<style>
span { border-color: #61F4F1; }
span { border-color: rgb(97,244,241); }
td.TdClassName
{
border-color: #61F4F1;
}
.TagClassName
{
border-color: #61F4F1;
}
</style>