Shades of Maya Blue #79C1FE
Tints of Maya Blue #79C1FE
RGB
CMYK
RGB Variations
Color information
#79C1FE (or 0x79C1FE) is known color: Maya Blue. HEX triplet: 79, C1 and FE. RGB value is (121,193,254). Sum of RGB (Red+Green+Blue) = 121+193+254=568 (75% of max value = 765). Red value is 121 (47.66% from 255 or 21.30% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #79C1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79C1FE is #863E01. Grayscale: #B2B2B2. Windows color (decimal): -8797698 or 16695673. OLE color: 16695673.
HSL color Cylindrical-coordinate representation of color #79C1FE: hue angle of 207.52º 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 #79C1FE is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 193 | 254 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.00 |
| HSL | 207.52º | 0.99% | 0.74% | - |
| HSV(B) | 207.52º | 0.52% | 1% | - |
| XYZ | 44.84 | 49.36 | 100.93 | - |
| YUV | 178.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 193 | 254 | 0.52 | 0.24 | 0 | 0.00 | 207.52 | 0.99 | 0.74 |
| Hex | 79 | C1 | FE | 34 | 18 | 0 | 0 | D0 | 63 | 4A |
| Octal | 171 | 301 | 376 | 64 | 30 | 0 | 0 | 320 | 143 | 112 |
| Binary | 1111001 | 11000001 | 11111110 | 110100 | 11000 | 0 | 0 | 11010000 | 1100011 | 1001010 |
Color Harmonies of #79C1FE
Complementary color
Monochromatic Colors of #79C1FE
Black with #79C1FE
Text Example
Text Example
White with #79C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C1FE; }
p { color: rgb(121,193,254); }
H1.HeaderClassName
{
color: #79C1FE;
}
.AnyTagClassName
{
color: #79C1FE;
}
</style>
background-color css
<style>
a { background-color: #79C1FE; }
a { background-color: rgb(121,193,254); }
div.DivClassName
{
background-color: #79C1FE;
}
.BgClassName
{
background-color: #79C1FE;
}
</style>
border-color css
<style>
span { border-color: #79C1FE; }
span { border-color: rgb(121,193,254); }
td.TdClassName
{
border-color: #79C1FE;
}
.TagClassName
{
border-color: #79C1FE;
}
</style>