Shades of Maya Blue #74ADFE
Tints of Maya Blue #74ADFE
RGB
CMYK
RGB Variations
Color information
#74ADFE (or 0x74ADFE) is known color: Maya Blue. HEX triplet: 74, AD and FE. RGB value is (116,173,254). Sum of RGB (Red+Green+Blue) = 116+173+254=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #74ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADFE is #8B5201. Grayscale: #A4A4A4. Windows color (decimal): -9130498 or 16690548. OLE color: 16690548.
HSL color Cylindrical-coordinate representation of color #74ADFE: hue angle of 215.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74ADFE is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 173 | 254 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.00 |
| HSL | 215.22º | 0.99% | 0.73% | - |
| HSV(B) | 215.22º | 0.54% | 1% | - |
| XYZ | 40.04 | 40.76 | 99.52 | - |
| YUV | 165.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 254 | 0.54 | 0.32 | 0 | 0.00 | 215.22 | 0.99 | 0.73 |
| Hex | 74 | AD | FE | 36 | 20 | 0 | 0 | D7 | 63 | 49 |
| Octal | 164 | 255 | 376 | 66 | 40 | 0 | 0 | 327 | 143 | 111 |
| Binary | 1110100 | 10101101 | 11111110 | 110110 | 100000 | 0 | 0 | 11010111 | 1100011 | 1001001 |
Color Harmonies of #74ADFE
Complementary color
Monochromatic Colors of #74ADFE
Black with #74ADFE
Text Example
Text Example
White with #74ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADFE; }
p { color: rgb(116,173,254); }
H1.HeaderClassName
{
color: #74ADFE;
}
.AnyTagClassName
{
color: #74ADFE;
}
</style>
background-color css
<style>
a { background-color: #74ADFE; }
a { background-color: rgb(116,173,254); }
div.DivClassName
{
background-color: #74ADFE;
}
.BgClassName
{
background-color: #74ADFE;
}
</style>
border-color css
<style>
span { border-color: #74ADFE; }
span { border-color: rgb(116,173,254); }
td.TdClassName
{
border-color: #74ADFE;
}
.TagClassName
{
border-color: #74ADFE;
}
</style>