Shades of Maya Blue #74ADFC
Tints of Maya Blue #74ADFC
RGB
CMYK
RGB Variations
Color information
#74ADFC (or 0x74ADFC) is known color: Maya Blue. HEX triplet: 74, AD and FC. RGB value is (116,173,252). Sum of RGB (Red+Green+Blue) = 116+173+252=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #74ADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADFC is #8B5203. Grayscale: #A4A4A4. Windows color (decimal): -9130500 or 16559476. OLE color: 16559476.
HSL color Cylindrical-coordinate representation of color #74ADFC: hue angle of 214.85º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74ADFC is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 173 | 252 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.01 |
| HSL | 214.85º | 0.96% | 0.72% | - |
| HSV(B) | 214.85º | 0.54% | 0.99% | - |
| XYZ | 39.72 | 40.63 | 97.84 | - |
| YUV | 164.96 | 177.12 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 252 | 0.54 | 0.31 | 0 | 0.01 | 214.85 | 0.96 | 0.72 |
| Hex | 74 | AD | FC | 36 | 1F | 0 | 1 | D7 | 60 | 48 |
| Octal | 164 | 255 | 374 | 66 | 37 | 0 | 1 | 327 | 140 | 110 |
| Binary | 1110100 | 10101101 | 11111100 | 110110 | 11111 | 0 | 1 | 11010111 | 1100000 | 1001000 |
Color Harmonies of #74ADFC
Complementary color
Monochromatic Colors of #74ADFC
Black with #74ADFC
Text Example
Text Example
White with #74ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADFC; }
p { color: rgb(116,173,252); }
H1.HeaderClassName
{
color: #74ADFC;
}
.AnyTagClassName
{
color: #74ADFC;
}
</style>
background-color css
<style>
a { background-color: #74ADFC; }
a { background-color: rgb(116,173,252); }
div.DivClassName
{
background-color: #74ADFC;
}
.BgClassName
{
background-color: #74ADFC;
}
</style>
border-color css
<style>
span { border-color: #74ADFC; }
span { border-color: rgb(116,173,252); }
td.TdClassName
{
border-color: #74ADFC;
}
.TagClassName
{
border-color: #74ADFC;
}
</style>