Shades of Maya Blue #74B7FA
Tints of Maya Blue #74B7FA
RGB
CMYK
RGB Variations
Color information
#74B7FA (or 0x74B7FA) is known color: Maya Blue. HEX triplet: 74, B7 and FA. RGB value is (116,183,250). Sum of RGB (Red+Green+Blue) = 116+183+250=549 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.13% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #74B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B7FA is #8B4805. Grayscale: #AAAAAA. Windows color (decimal): -9127942 or 16430964. OLE color: 16430964.
HSL color Cylindrical-coordinate representation of color #74B7FA: hue angle of 210º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74B7FA is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 183 | 250 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.02 |
| HSL | 210º | 0.93% | 0.72% | - |
| HSV(B) | 210º | 0.54% | 0.98% | - |
| XYZ | 41.39 | 44.48 | 96.85 | - |
| YUV | 170.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 250 | 0.54 | 0.27 | 0 | 0.02 | 210 | 0.93 | 0.72 |
| Hex | 74 | B7 | FA | 36 | 1B | 0 | 2 | D2 | 5D | 48 |
| Octal | 164 | 267 | 372 | 66 | 33 | 0 | 2 | 322 | 135 | 110 |
| Binary | 1110100 | 10110111 | 11111010 | 110110 | 11011 | 0 | 10 | 11010010 | 1011101 | 1001000 |
Color Harmonies of #74B7FA
Complementary color
Monochromatic Colors of #74B7FA
Black with #74B7FA
Text Example
Text Example
White with #74B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B7FA; }
p { color: rgb(116,183,250); }
H1.HeaderClassName
{
color: #74B7FA;
}
.AnyTagClassName
{
color: #74B7FA;
}
</style>
background-color css
<style>
a { background-color: #74B7FA; }
a { background-color: rgb(116,183,250); }
div.DivClassName
{
background-color: #74B7FA;
}
.BgClassName
{
background-color: #74B7FA;
}
</style>
border-color css
<style>
span { border-color: #74B7FA; }
span { border-color: rgb(116,183,250); }
td.TdClassName
{
border-color: #74B7FA;
}
.TagClassName
{
border-color: #74B7FA;
}
</style>