Shades of Maya Blue #74AEFF
Tints of Maya Blue #74AEFF
RGB
CMYK
RGB Variations
Color information
#74AEFF (or 0x74AEFF) is known color: Maya Blue. HEX triplet: 74, AE and FF. RGB value is (116,174,255). Sum of RGB (Red+Green+Blue) = 116+174+255=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #74AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AEFF is #8B5100. Grayscale: #A5A5A5. Windows color (decimal): -9130241 or 16756340. OLE color: 16756340.
HSL color Cylindrical-coordinate representation of color #74AEFF: hue angle of 214.96º 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 #74AEFF is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 174 | 255 | - |
| CMYK | 0.55 | 0.32 | 0 | 0 |
| HSL | 214.96º | 1% | 0.73% | - |
| HSV(B) | 214.96º | 0.55% | 1% | - |
| XYZ | 40.39 | 41.21 | 100.43 | - |
| YUV | 165.89 | 178.28 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 255 | 0.55 | 0.32 | 0 | 0 | 214.96 | 1 | 0.73 |
| Hex | 74 | AE | FF | 37 | 20 | 0 | 0 | D7 | 64 | 49 |
| Octal | 164 | 256 | 377 | 67 | 40 | 0 | 0 | 327 | 144 | 111 |
| Binary | 1110100 | 10101110 | 11111111 | 110111 | 100000 | 0 | 0 | 11010111 | 1100100 | 1001001 |
Color Harmonies of #74AEFF
Complementary color
Monochromatic Colors of #74AEFF
Black with #74AEFF
Text Example
Text Example
White with #74AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AEFF; }
p { color: rgb(116,174,255); }
H1.HeaderClassName
{
color: #74AEFF;
}
.AnyTagClassName
{
color: #74AEFF;
}
</style>
background-color css
<style>
a { background-color: #74AEFF; }
a { background-color: rgb(116,174,255); }
div.DivClassName
{
background-color: #74AEFF;
}
.BgClassName
{
background-color: #74AEFF;
}
</style>
border-color css
<style>
span { border-color: #74AEFF; }
span { border-color: rgb(116,174,255); }
td.TdClassName
{
border-color: #74AEFF;
}
.TagClassName
{
border-color: #74AEFF;
}
</style>