Shades of Maya Blue #74ABFF
Tints of Maya Blue #74ABFF
RGB
CMYK
RGB Variations
Color information
#74ABFF (or 0x74ABFF) is known color: Maya Blue. HEX triplet: 74, AB and FF. RGB value is (116,171,255). Sum of RGB (Red+Green+Blue) = 116+171+255=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #74ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ABFF is #8B5400. Grayscale: #A3A3A3. Windows color (decimal): -9131009 or 16755572. OLE color: 16755572.
HSL color Cylindrical-coordinate representation of color #74ABFF: hue angle of 216.26º 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 #74ABFF is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 171 | 255 | - |
| CMYK | 0.55 | 0.33 | 0 | 0 |
| HSL | 216.26º | 1% | 0.73% | - |
| HSV(B) | 216.26º | 0.55% | 1% | - |
| XYZ | 39.82 | 40.06 | 100.24 | - |
| YUV | 164.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 255 | 0.55 | 0.33 | 0 | 0 | 216.26 | 1 | 0.73 |
| Hex | 74 | AB | FF | 37 | 21 | 0 | 0 | D8 | 64 | 49 |
| Octal | 164 | 253 | 377 | 67 | 41 | 0 | 0 | 330 | 144 | 111 |
| Binary | 1110100 | 10101011 | 11111111 | 110111 | 100001 | 0 | 0 | 11011000 | 1100100 | 1001001 |
Color Harmonies of #74ABFF
Complementary color
Monochromatic Colors of #74ABFF
Black with #74ABFF
Text Example
Text Example
White with #74ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABFF; }
p { color: rgb(116,171,255); }
H1.HeaderClassName
{
color: #74ABFF;
}
.AnyTagClassName
{
color: #74ABFF;
}
</style>
background-color css
<style>
a { background-color: #74ABFF; }
a { background-color: rgb(116,171,255); }
div.DivClassName
{
background-color: #74ABFF;
}
.BgClassName
{
background-color: #74ABFF;
}
</style>
border-color css
<style>
span { border-color: #74ABFF; }
span { border-color: rgb(116,171,255); }
td.TdClassName
{
border-color: #74ABFF;
}
.TagClassName
{
border-color: #74ABFF;
}
</style>