Shades of Maya Blue #74B2FA
Tints of Maya Blue #74B2FA
RGB
CMYK
RGB Variations
Color information
#74B2FA (or 0x74B2FA) is known color: Maya Blue. HEX triplet: 74, B2 and FA. RGB value is (116,178,250). Sum of RGB (Red+Green+Blue) = 116+178+250=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #74B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74B2FA is #8B4D05. Grayscale: #A7A7A7. Windows color (decimal): -9129222 or 16429684. OLE color: 16429684.
HSL color Cylindrical-coordinate representation of color #74B2FA: hue angle of 212.24º 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 #74B2FA is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 178 | 250 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.02 |
| HSL | 212.24º | 0.93% | 0.72% | - |
| HSV(B) | 212.24º | 0.54% | 0.98% | - |
| XYZ | 40.38 | 42.46 | 96.51 | - |
| YUV | 167.67 | 174.46 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 178 | 250 | 0.54 | 0.29 | 0 | 0.02 | 212.24 | 0.93 | 0.72 |
| Hex | 74 | B2 | FA | 36 | 1D | 0 | 2 | D4 | 5D | 48 |
| Octal | 164 | 262 | 372 | 66 | 35 | 0 | 2 | 324 | 135 | 110 |
| Binary | 1110100 | 10110010 | 11111010 | 110110 | 11101 | 0 | 10 | 11010100 | 1011101 | 1001000 |
Color Harmonies of #74B2FA
Complementary color
Monochromatic Colors of #74B2FA
Black with #74B2FA
Text Example
Text Example
White with #74B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B2FA; }
p { color: rgb(116,178,250); }
H1.HeaderClassName
{
color: #74B2FA;
}
.AnyTagClassName
{
color: #74B2FA;
}
</style>
background-color css
<style>
a { background-color: #74B2FA; }
a { background-color: rgb(116,178,250); }
div.DivClassName
{
background-color: #74B2FA;
}
.BgClassName
{
background-color: #74B2FA;
}
</style>
border-color css
<style>
span { border-color: #74B2FA; }
span { border-color: rgb(116,178,250); }
td.TdClassName
{
border-color: #74B2FA;
}
.TagClassName
{
border-color: #74B2FA;
}
</style>