Shades of Baby Blue #7AFEED
Tints of Baby Blue #7AFEED
RGB
CMYK
RGB Variations
Color information
#7AFEED (or 0x7AFEED) is known color: Baby Blue. HEX triplet: 7A, FE and ED. RGB value is (122,254,237). Sum of RGB (Red+Green+Blue) = 122+254+237=613 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.90% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFEED is #850112. Grayscale: #D4D4D4. Windows color (decimal): -8716563 or 15597178. OLE color: 15597178.
HSL color Cylindrical-coordinate representation of color #7AFEED: hue angle of 172.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFEED is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 237 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.00 |
| HSL | 172.27º | 0.99% | 0.74% | - |
| HSV(B) | 172.27º | 0.52% | 1% | - |
| XYZ | 58.75 | 81.14 | 92.68 | - |
| YUV | 212.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 237 | 0.52 | 0 | 0.07 | 0.00 | 172.27 | 0.99 | 0.74 |
| Hex | 7A | FE | ED | 34 | 0 | 7 | 0 | AC | 63 | 4A |
| Octal | 172 | 376 | 355 | 64 | 0 | 7 | 0 | 254 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11101101 | 110100 | 0 | 111 | 0 | 10101100 | 1100011 | 1001010 |
Color Harmonies of #7AFEED
Complementary color
Monochromatic Colors of #7AFEED
Black with #7AFEED
Text Example
Text Example
White with #7AFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEED; }
p { color: rgb(122,254,237); }
H1.HeaderClassName
{
color: #7AFEED;
}
.AnyTagClassName
{
color: #7AFEED;
}
</style>
background-color css
<style>
a { background-color: #7AFEED; }
a { background-color: rgb(122,254,237); }
div.DivClassName
{
background-color: #7AFEED;
}
.BgClassName
{
background-color: #7AFEED;
}
</style>
border-color css
<style>
span { border-color: #7AFEED; }
span { border-color: rgb(122,254,237); }
td.TdClassName
{
border-color: #7AFEED;
}
.TagClassName
{
border-color: #7AFEED;
}
</style>