Shades of Baby Blue #7AFFEC
Tints of Baby Blue #7AFFEC
RGB
CMYK
RGB Variations
Color information
#7AFFEC (or 0x7AFFEC) is known color: Baby Blue. HEX triplet: 7A, FF and EC. RGB value is (122,255,236). Sum of RGB (Red+Green+Blue) = 122+255+236=613 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.90% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFFEC is #850013. Grayscale: #D5D5D5. Windows color (decimal): -8716308 or 15531898. OLE color: 15531898.
HSL color Cylindrical-coordinate representation of color #7AFFEC: hue angle of 171.43º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFFEC is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 236 | - |
| CMYK | 0.52 | 0 | 0.07 | 0 |
| HSL | 171.43º | 1% | 0.74% | - |
| HSV(B) | 171.43º | 0.52% | 1% | - |
| XYZ | 58.93 | 81.71 | 92.02 | - |
| YUV | 213.07 | 140.94 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 236 | 0.52 | 0 | 0.07 | 0 | 171.43 | 1 | 0.74 |
| Hex | 7A | FF | EC | 34 | 0 | 7 | 0 | AB | 64 | 4A |
| Octal | 172 | 377 | 354 | 64 | 0 | 7 | 0 | 253 | 144 | 112 |
| Binary | 1111010 | 11111111 | 11101100 | 110100 | 0 | 111 | 0 | 10101011 | 1100100 | 1001010 |
Color Harmonies of #7AFFEC
Complementary color
Monochromatic Colors of #7AFFEC
Black with #7AFFEC
Text Example
Text Example
White with #7AFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFFEC; }
p { color: rgb(122,255,236); }
H1.HeaderClassName
{
color: #7AFFEC;
}
.AnyTagClassName
{
color: #7AFFEC;
}
</style>
background-color css
<style>
a { background-color: #7AFFEC; }
a { background-color: rgb(122,255,236); }
div.DivClassName
{
background-color: #7AFFEC;
}
.BgClassName
{
background-color: #7AFFEC;
}
</style>
border-color css
<style>
span { border-color: #7AFFEC; }
span { border-color: rgb(122,255,236); }
td.TdClassName
{
border-color: #7AFFEC;
}
.TagClassName
{
border-color: #7AFFEC;
}
</style>