Shades of Baby Blue #61F7E6
Tints of Baby Blue #61F7E6
RGB
CMYK
RGB Variations
Color information
#61F7E6 (or 0x61F7E6) is known color: Baby Blue. HEX triplet: 61, F7 and E6. RGB value is (97,247,230). Sum of RGB (Red+Green+Blue) = 97+247+230=574 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.90% from 574); Green value is 247 (96.88% from 255 or 43.03% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F7E6 is #9E0819. Grayscale: #C8C8C8. Windows color (decimal): -10356762 or 15136609. OLE color: 15136609.
HSL color Cylindrical-coordinate representation of color #61F7E6: hue angle of 173.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F7E6 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 230 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.03 |
| HSL | 173.2º | 0.9% | 0.67% | - |
| HSV(B) | 173.2º | 0.61% | 0.97% | - |
| XYZ | 52.47 | 74.78 | 86.53 | - |
| YUV | 200.21 | 144.81 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 230 | 0.61 | 0 | 0.07 | 0.03 | 173.2 | 0.9 | 0.67 |
| Hex | 61 | F7 | E6 | 3D | 0 | 7 | 3 | AD | 5A | 43 |
| Octal | 141 | 367 | 346 | 75 | 0 | 7 | 3 | 255 | 132 | 103 |
| Binary | 1100001 | 11110111 | 11100110 | 111101 | 0 | 111 | 11 | 10101101 | 1011010 | 1000011 |
Color Harmonies of #61F7E6
Complementary color
Monochromatic Colors of #61F7E6
Black with #61F7E6
Text Example
Text Example
White with #61F7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F7E6; }
p { color: rgb(97,247,230); }
H1.HeaderClassName
{
color: #61F7E6;
}
.AnyTagClassName
{
color: #61F7E6;
}
</style>
background-color css
<style>
a { background-color: #61F7E6; }
a { background-color: rgb(97,247,230); }
div.DivClassName
{
background-color: #61F7E6;
}
.BgClassName
{
background-color: #61F7E6;
}
</style>
border-color css
<style>
span { border-color: #61F7E6; }
span { border-color: rgb(97,247,230); }
td.TdClassName
{
border-color: #61F7E6;
}
.TagClassName
{
border-color: #61F7E6;
}
</style>