Shades of Baby Blue #61F2ED
Tints of Baby Blue #61F2ED
RGB
CMYK
RGB Variations
Color information
#61F2ED (or 0x61F2ED) is known color: Baby Blue. HEX triplet: 61, F2 and ED. RGB value is (97,242,237). Sum of RGB (Red+Green+Blue) = 97+242+237=576 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.84% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #61F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F2ED is #9E0D12. Grayscale: #C5C5C5. Windows color (decimal): -10358035 or 15594081. OLE color: 15594081.
HSL color Cylindrical-coordinate representation of color #61F2ED: hue angle of 177.93º degrees, saturation: 0.85, 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 #61F2ED is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 242 | 237 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.05 |
| HSL | 177.93º | 0.85% | 0.66% | - |
| HSV(B) | 177.93º | 0.6% | 0.95% | - |
| XYZ | 51.97 | 72.16 | 91.31 | - |
| YUV | 198.08 | 149.96 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 242 | 237 | 0.60 | 0 | 0.02 | 0.05 | 177.93 | 0.85 | 0.66 |
| Hex | 61 | F2 | ED | 3C | 0 | 2 | 5 | B2 | 55 | 42 |
| Octal | 141 | 362 | 355 | 74 | 0 | 2 | 5 | 262 | 125 | 102 |
| Binary | 1100001 | 11110010 | 11101101 | 111100 | 0 | 10 | 101 | 10110010 | 1010101 | 1000010 |
Color Harmonies of #61F2ED
Complementary color
Monochromatic Colors of #61F2ED
Black with #61F2ED
Text Example
Text Example
White with #61F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F2ED; }
p { color: rgb(97,242,237); }
H1.HeaderClassName
{
color: #61F2ED;
}
.AnyTagClassName
{
color: #61F2ED;
}
</style>
background-color css
<style>
a { background-color: #61F2ED; }
a { background-color: rgb(97,242,237); }
div.DivClassName
{
background-color: #61F2ED;
}
.BgClassName
{
background-color: #61F2ED;
}
</style>
border-color css
<style>
span { border-color: #61F2ED; }
span { border-color: rgb(97,242,237); }
td.TdClassName
{
border-color: #61F2ED;
}
.TagClassName
{
border-color: #61F2ED;
}
</style>