Shades of Baby Blue #61EFF2
Tints of Baby Blue #61EFF2
RGB
CMYK
RGB Variations
Color information
#61EFF2 (or 0x61EFF2) is known color: Baby Blue. HEX triplet: 61, EF and F2. RGB value is (97,239,242). Sum of RGB (Red+Green+Blue) = 97+239+242=578 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.78% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #61EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EFF2 is #9E100D. Grayscale: #C4C4C4. Windows color (decimal): -10358798 or 15920993. OLE color: 15920993.
HSL color Cylindrical-coordinate representation of color #61EFF2: hue angle of 181.24º 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 #61EFF2 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 239 | 242 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.05 |
| HSL | 181.24º | 0.85% | 0.66% | - |
| HSV(B) | 181.24º | 0.6% | 0.95% | - |
| XYZ | 51.82 | 70.69 | 94.92 | - |
| YUV | 196.88 | 153.46 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 242 | 0.60 | 0.01 | 0 | 0.05 | 181.24 | 0.85 | 0.66 |
| Hex | 61 | EF | F2 | 3C | 1 | 0 | 5 | B5 | 55 | 42 |
| Octal | 141 | 357 | 362 | 74 | 1 | 0 | 5 | 265 | 125 | 102 |
| Binary | 1100001 | 11101111 | 11110010 | 111100 | 1 | 0 | 101 | 10110101 | 1010101 | 1000010 |
Color Harmonies of #61EFF2
Complementary color
Monochromatic Colors of #61EFF2
Black with #61EFF2
Text Example
Text Example
White with #61EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EFF2; }
p { color: rgb(97,239,242); }
H1.HeaderClassName
{
color: #61EFF2;
}
.AnyTagClassName
{
color: #61EFF2;
}
</style>
background-color css
<style>
a { background-color: #61EFF2; }
a { background-color: rgb(97,239,242); }
div.DivClassName
{
background-color: #61EFF2;
}
.BgClassName
{
background-color: #61EFF2;
}
</style>
border-color css
<style>
span { border-color: #61EFF2; }
span { border-color: rgb(97,239,242); }
td.TdClassName
{
border-color: #61EFF2;
}
.TagClassName
{
border-color: #61EFF2;
}
</style>