Shades of Maya Blue #79C2FE
Tints of Maya Blue #79C2FE
RGB
CMYK
RGB Variations
Color information
#79C2FE (or 0x79C2FE) is known color: Maya Blue. HEX triplet: 79, C2 and FE. RGB value is (121,194,254). Sum of RGB (Red+Green+Blue) = 121+194+254=569 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.27% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #79C2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C2FE is #863D01. Grayscale: #B2B2B2. Windows color (decimal): -8797442 or 16695929. OLE color: 16695929.
HSL color Cylindrical-coordinate representation of color #79C2FE: hue angle of 207.07º 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 #79C2FE is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 194 | 254 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.00 |
| HSL | 207.07º | 0.99% | 0.74% | - |
| HSV(B) | 207.07º | 0.52% | 1% | - |
| XYZ | 45.07 | 49.8 | 101 | - |
| YUV | 179.01 | 170.32 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 194 | 254 | 0.52 | 0.24 | 0 | 0.00 | 207.07 | 0.99 | 0.74 |
| Hex | 79 | C2 | FE | 34 | 18 | 0 | 0 | CF | 63 | 4A |
| Octal | 171 | 302 | 376 | 64 | 30 | 0 | 0 | 317 | 143 | 112 |
| Binary | 1111001 | 11000010 | 11111110 | 110100 | 11000 | 0 | 0 | 11001111 | 1100011 | 1001010 |
Color Harmonies of #79C2FE
Complementary color
Monochromatic Colors of #79C2FE
Black with #79C2FE
Text Example
Text Example
White with #79C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C2FE; }
p { color: rgb(121,194,254); }
H1.HeaderClassName
{
color: #79C2FE;
}
.AnyTagClassName
{
color: #79C2FE;
}
</style>
background-color css
<style>
a { background-color: #79C2FE; }
a { background-color: rgb(121,194,254); }
div.DivClassName
{
background-color: #79C2FE;
}
.BgClassName
{
background-color: #79C2FE;
}
</style>
border-color css
<style>
span { border-color: #79C2FE; }
span { border-color: rgb(121,194,254); }
td.TdClassName
{
border-color: #79C2FE;
}
.TagClassName
{
border-color: #79C2FE;
}
</style>