Shades of Baby Blue #61EEF2
Tints of Baby Blue #61EEF2
RGB
CMYK
RGB Variations
Color information
#61EEF2 (or 0x61EEF2) is known color: Baby Blue. HEX triplet: 61, EE and F2. RGB value is (97,238,242). Sum of RGB (Red+Green+Blue) = 97+238+242=577 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.81% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #61EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EEF2 is #9E110D. Grayscale: #C4C4C4. Windows color (decimal): -10359054 or 15920737. OLE color: 15920737.
HSL color Cylindrical-coordinate representation of color #61EEF2: hue angle of 181.66º 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 #61EEF2 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 238 | 242 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.05 |
| HSL | 181.66º | 0.85% | 0.66% | - |
| HSV(B) | 181.66º | 0.6% | 0.95% | - |
| XYZ | 51.53 | 70.1 | 94.82 | - |
| YUV | 196.3 | 153.79 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 242 | 0.60 | 0.02 | 0 | 0.05 | 181.66 | 0.85 | 0.66 |
| Hex | 61 | EE | F2 | 3C | 2 | 0 | 5 | B6 | 55 | 42 |
| Octal | 141 | 356 | 362 | 74 | 2 | 0 | 5 | 266 | 125 | 102 |
| Binary | 1100001 | 11101110 | 11110010 | 111100 | 10 | 0 | 101 | 10110110 | 1010101 | 1000010 |
Color Harmonies of #61EEF2
Complementary color
Monochromatic Colors of #61EEF2
Black with #61EEF2
Text Example
Text Example
White with #61EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EEF2; }
p { color: rgb(97,238,242); }
H1.HeaderClassName
{
color: #61EEF2;
}
.AnyTagClassName
{
color: #61EEF2;
}
</style>
background-color css
<style>
a { background-color: #61EEF2; }
a { background-color: rgb(97,238,242); }
div.DivClassName
{
background-color: #61EEF2;
}
.BgClassName
{
background-color: #61EEF2;
}
</style>
border-color css
<style>
span { border-color: #61EEF2; }
span { border-color: rgb(97,238,242); }
td.TdClassName
{
border-color: #61EEF2;
}
.TagClassName
{
border-color: #61EEF2;
}
</style>