Shades of Maya Blue #74ABFD
Tints of Maya Blue #74ABFD
RGB
CMYK
RGB Variations
Color information
#74ABFD (or 0x74ABFD) is known color: Maya Blue. HEX triplet: 74, AB and FD. RGB value is (116,171,253). Sum of RGB (Red+Green+Blue) = 116+171+253=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #74ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ABFD is #8B5402. Grayscale: #A3A3A3. Windows color (decimal): -9131011 or 16624500. OLE color: 16624500.
HSL color Cylindrical-coordinate representation of color #74ABFD: hue angle of 215.91º degrees, saturation: 0.97, 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 #74ABFD is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 171 | 253 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.01 |
| HSL | 215.91º | 0.97% | 0.72% | - |
| HSV(B) | 215.91º | 0.54% | 0.99% | - |
| XYZ | 39.49 | 39.93 | 98.55 | - |
| YUV | 163.9 | 178.28 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 253 | 0.54 | 0.32 | 0 | 0.01 | 215.91 | 0.97 | 0.72 |
| Hex | 74 | AB | FD | 36 | 20 | 0 | 1 | D8 | 61 | 48 |
| Octal | 164 | 253 | 375 | 66 | 40 | 0 | 1 | 330 | 141 | 110 |
| Binary | 1110100 | 10101011 | 11111101 | 110110 | 100000 | 0 | 1 | 11011000 | 1100001 | 1001000 |
Color Harmonies of #74ABFD
Complementary color
Monochromatic Colors of #74ABFD
Black with #74ABFD
Text Example
Text Example
White with #74ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABFD; }
p { color: rgb(116,171,253); }
H1.HeaderClassName
{
color: #74ABFD;
}
.AnyTagClassName
{
color: #74ABFD;
}
</style>
background-color css
<style>
a { background-color: #74ABFD; }
a { background-color: rgb(116,171,253); }
div.DivClassName
{
background-color: #74ABFD;
}
.BgClassName
{
background-color: #74ABFD;
}
</style>
border-color css
<style>
span { border-color: #74ABFD; }
span { border-color: rgb(116,171,253); }
td.TdClassName
{
border-color: #74ABFD;
}
.TagClassName
{
border-color: #74ABFD;
}
</style>