Shades of Maya Blue #74AAFF
Tints of Maya Blue #74AAFF
RGB
CMYK
RGB Variations
Color information
#74AAFF (or 0x74AAFF) is known color: Maya Blue. HEX triplet: 74, AA and FF. RGB value is (116,170,255). Sum of RGB (Red+Green+Blue) = 116+170+255=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #74AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AAFF is #8B5500. Grayscale: #A3A3A3. Windows color (decimal): -9131265 or 16755316. OLE color: 16755316.
HSL color Cylindrical-coordinate representation of color #74AAFF: hue angle of 216.69º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74AAFF is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 170 | 255 | - |
| CMYK | 0.55 | 0.33 | 0 | 0 |
| HSL | 216.69º | 1% | 0.73% | - |
| HSV(B) | 216.69º | 0.55% | 1% | - |
| XYZ | 39.63 | 39.68 | 100.18 | - |
| YUV | 163.54 | 179.61 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 255 | 0.55 | 0.33 | 0 | 0 | 216.69 | 1 | 0.73 |
| Hex | 74 | AA | FF | 37 | 21 | 0 | 0 | D9 | 64 | 49 |
| Octal | 164 | 252 | 377 | 67 | 41 | 0 | 0 | 331 | 144 | 111 |
| Binary | 1110100 | 10101010 | 11111111 | 110111 | 100001 | 0 | 0 | 11011001 | 1100100 | 1001001 |
Color Harmonies of #74AAFF
Complementary color
Monochromatic Colors of #74AAFF
Black with #74AAFF
Text Example
Text Example
White with #74AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AAFF; }
p { color: rgb(116,170,255); }
H1.HeaderClassName
{
color: #74AAFF;
}
.AnyTagClassName
{
color: #74AAFF;
}
</style>
background-color css
<style>
a { background-color: #74AAFF; }
a { background-color: rgb(116,170,255); }
div.DivClassName
{
background-color: #74AAFF;
}
.BgClassName
{
background-color: #74AAFF;
}
</style>
border-color css
<style>
span { border-color: #74AAFF; }
span { border-color: rgb(116,170,255); }
td.TdClassName
{
border-color: #74AAFF;
}
.TagClassName
{
border-color: #74AAFF;
}
</style>