Shades of Maya Blue #74ADFF
Tints of Maya Blue #74ADFF
RGB
CMYK
RGB Variations
Color information
#74ADFF (or 0x74ADFF) is known color: Maya Blue. HEX triplet: 74, AD and FF. RGB value is (116,173,255). Sum of RGB (Red+Green+Blue) = 116+173+255=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #74ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADFF is #8B5200. Grayscale: #A4A4A4. Windows color (decimal): -9130497 or 16756084. OLE color: 16756084.
HSL color Cylindrical-coordinate representation of color #74ADFF: hue angle of 215.4º 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 #74ADFF is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 173 | 255 | - |
| CMYK | 0.55 | 0.32 | 0 | 0 |
| HSL | 215.4º | 1% | 0.73% | - |
| HSV(B) | 215.4º | 0.55% | 1% | - |
| XYZ | 40.2 | 40.82 | 100.37 | - |
| YUV | 165.31 | 178.62 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 255 | 0.55 | 0.32 | 0 | 0 | 215.4 | 1 | 0.73 |
| Hex | 74 | AD | FF | 37 | 20 | 0 | 0 | D7 | 64 | 49 |
| Octal | 164 | 255 | 377 | 67 | 40 | 0 | 0 | 327 | 144 | 111 |
| Binary | 1110100 | 10101101 | 11111111 | 110111 | 100000 | 0 | 0 | 11010111 | 1100100 | 1001001 |
Color Harmonies of #74ADFF
Complementary color
Monochromatic Colors of #74ADFF
Black with #74ADFF
Text Example
Text Example
White with #74ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADFF; }
p { color: rgb(116,173,255); }
H1.HeaderClassName
{
color: #74ADFF;
}
.AnyTagClassName
{
color: #74ADFF;
}
</style>
background-color css
<style>
a { background-color: #74ADFF; }
a { background-color: rgb(116,173,255); }
div.DivClassName
{
background-color: #74ADFF;
}
.BgClassName
{
background-color: #74ADFF;
}
</style>
border-color css
<style>
span { border-color: #74ADFF; }
span { border-color: rgb(116,173,255); }
td.TdClassName
{
border-color: #74ADFF;
}
.TagClassName
{
border-color: #74ADFF;
}
</style>