Shades of Maya Blue #74ADF8
Tints of Maya Blue #74ADF8
RGB
CMYK
RGB Variations
Color information
#74ADF8 (or 0x74ADF8) is known color: Maya Blue. HEX triplet: 74, AD and F8. RGB value is (116,173,248). Sum of RGB (Red+Green+Blue) = 116+173+248=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #74ADF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADF8 is #8B5207. Grayscale: #A4A4A4. Windows color (decimal): -9130504 or 16297332. OLE color: 16297332.
HSL color Cylindrical-coordinate representation of color #74ADF8: hue angle of 214.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74ADF8 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 173 | 248 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.03 |
| HSL | 214.09º | 0.9% | 0.71% | - |
| HSV(B) | 214.09º | 0.53% | 0.97% | - |
| XYZ | 39.09 | 40.38 | 94.54 | - |
| YUV | 164.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 248 | 0.53 | 0.30 | 0 | 0.03 | 214.09 | 0.9 | 0.71 |
| Hex | 74 | AD | F8 | 35 | 1E | 0 | 3 | D6 | 5A | 47 |
| Octal | 164 | 255 | 370 | 65 | 36 | 0 | 3 | 326 | 132 | 107 |
| Binary | 1110100 | 10101101 | 11111000 | 110101 | 11110 | 0 | 11 | 11010110 | 1011010 | 1000111 |
Color Harmonies of #74ADF8
Complementary color
Monochromatic Colors of #74ADF8
Black with #74ADF8
Text Example
Text Example
White with #74ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADF8; }
p { color: rgb(116,173,248); }
H1.HeaderClassName
{
color: #74ADF8;
}
.AnyTagClassName
{
color: #74ADF8;
}
</style>
background-color css
<style>
a { background-color: #74ADF8; }
a { background-color: rgb(116,173,248); }
div.DivClassName
{
background-color: #74ADF8;
}
.BgClassName
{
background-color: #74ADF8;
}
</style>
border-color css
<style>
span { border-color: #74ADF8; }
span { border-color: rgb(116,173,248); }
td.TdClassName
{
border-color: #74ADF8;
}
.TagClassName
{
border-color: #74ADF8;
}
</style>