Shades of Baby Blue #7AFEEF
Tints of Baby Blue #7AFEEF
RGB
CMYK
RGB Variations
Color information
#7AFEEF (or 0x7AFEEF) is known color: Baby Blue. HEX triplet: 7A, FE and EF. RGB value is (122,254,239). Sum of RGB (Red+Green+Blue) = 122+254+239=615 (81% of max value = 765). Red value is 122 (48.05% from 255 or 19.84% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFEEF is #850110. Grayscale: #D4D4D4. Windows color (decimal): -8716561 or 15728250. OLE color: 15728250.
HSL color Cylindrical-coordinate representation of color #7AFEEF: hue angle of 173.18º 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 #7AFEEF is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 239 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.00 |
| HSL | 173.18º | 0.99% | 0.74% | - |
| HSV(B) | 173.18º | 0.52% | 1% | - |
| XYZ | 59.05 | 81.25 | 94.23 | - |
| YUV | 212.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 239 | 0.52 | 0 | 0.06 | 0.00 | 173.18 | 0.99 | 0.74 |
| Hex | 7A | FE | EF | 34 | 0 | 6 | 0 | AD | 63 | 4A |
| Octal | 172 | 376 | 357 | 64 | 0 | 6 | 0 | 255 | 143 | 112 |
| Binary | 1111010 | 11111110 | 11101111 | 110100 | 0 | 110 | 0 | 10101101 | 1100011 | 1001010 |
Color Harmonies of #7AFEEF
Complementary color
Monochromatic Colors of #7AFEEF
Black with #7AFEEF
Text Example
Text Example
White with #7AFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFEEF; }
p { color: rgb(122,254,239); }
H1.HeaderClassName
{
color: #7AFEEF;
}
.AnyTagClassName
{
color: #7AFEEF;
}
</style>
background-color css
<style>
a { background-color: #7AFEEF; }
a { background-color: rgb(122,254,239); }
div.DivClassName
{
background-color: #7AFEEF;
}
.BgClassName
{
background-color: #7AFEEF;
}
</style>
border-color css
<style>
span { border-color: #7AFEEF; }
span { border-color: rgb(122,254,239); }
td.TdClassName
{
border-color: #7AFEEF;
}
.TagClassName
{
border-color: #7AFEEF;
}
</style>