Shades of Baby Blue #61FFEC
Tints of Baby Blue #61FFEC
RGB
CMYK
RGB Variations
Color information
#61FFEC (or 0x61FFEC) is known color: Baby Blue. HEX triplet: 61, FF and EC. RGB value is (97,255,236). Sum of RGB (Red+Green+Blue) = 97+255+236=588 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.50% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FFEC is #9E0013. Grayscale: #CDCDCD. Windows color (decimal): -10354708 or 15531873. OLE color: 15531873.
HSL color Cylindrical-coordinate representation of color #61FFEC: hue angle of 172.78º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFEC is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 236 | - |
| CMYK | 0.62 | 0 | 0.07 | 0 |
| HSL | 172.78º | 1% | 0.69% | - |
| HSV(B) | 172.78º | 0.62% | 1% | - |
| XYZ | 55.83 | 80.12 | 91.88 | - |
| YUV | 205.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 236 | 0.62 | 0 | 0.07 | 0 | 172.78 | 1 | 0.69 |
| Hex | 61 | FF | EC | 3E | 0 | 7 | 0 | AD | 64 | 45 |
| Octal | 141 | 377 | 354 | 76 | 0 | 7 | 0 | 255 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11101100 | 111110 | 0 | 111 | 0 | 10101101 | 1100100 | 1000101 |
Color Harmonies of #61FFEC
Complementary color
Monochromatic Colors of #61FFEC
Black with #61FFEC
Text Example
Text Example
White with #61FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFEC; }
p { color: rgb(97,255,236); }
H1.HeaderClassName
{
color: #61FFEC;
}
.AnyTagClassName
{
color: #61FFEC;
}
</style>
background-color css
<style>
a { background-color: #61FFEC; }
a { background-color: rgb(97,255,236); }
div.DivClassName
{
background-color: #61FFEC;
}
.BgClassName
{
background-color: #61FFEC;
}
</style>
border-color css
<style>
span { border-color: #61FFEC; }
span { border-color: rgb(97,255,236); }
td.TdClassName
{
border-color: #61FFEC;
}
.TagClassName
{
border-color: #61FFEC;
}
</style>