Shades of Maya Blue #74B2FC
Tints of Maya Blue #74B2FC
RGB
CMYK
RGB Variations
Color information
#74B2FC (or 0x74B2FC) is known color: Maya Blue. HEX triplet: 74, B2 and FC. RGB value is (116,178,252). Sum of RGB (Red+Green+Blue) = 116+178+252=546 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.25% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #74B2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74B2FC is #8B4D03. Grayscale: #A7A7A7. Windows color (decimal): -9129220 or 16560756. OLE color: 16560756.
HSL color Cylindrical-coordinate representation of color #74B2FC: hue angle of 212.65º 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 #74B2FC is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 178 | 252 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.01 |
| HSL | 212.65º | 0.96% | 0.72% | - |
| HSV(B) | 212.65º | 0.54% | 0.99% | - |
| XYZ | 40.69 | 42.58 | 98.17 | - |
| YUV | 167.9 | 175.46 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 178 | 252 | 0.54 | 0.29 | 0 | 0.01 | 212.65 | 0.96 | 0.72 |
| Hex | 74 | B2 | FC | 36 | 1D | 0 | 1 | D5 | 60 | 48 |
| Octal | 164 | 262 | 374 | 66 | 35 | 0 | 1 | 325 | 140 | 110 |
| Binary | 1110100 | 10110010 | 11111100 | 110110 | 11101 | 0 | 1 | 11010101 | 1100000 | 1001000 |
Color Harmonies of #74B2FC
Complementary color
Monochromatic Colors of #74B2FC
Black with #74B2FC
Text Example
Text Example
White with #74B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B2FC; }
p { color: rgb(116,178,252); }
H1.HeaderClassName
{
color: #74B2FC;
}
.AnyTagClassName
{
color: #74B2FC;
}
</style>
background-color css
<style>
a { background-color: #74B2FC; }
a { background-color: rgb(116,178,252); }
div.DivClassName
{
background-color: #74B2FC;
}
.BgClassName
{
background-color: #74B2FC;
}
</style>
border-color css
<style>
span { border-color: #74B2FC; }
span { border-color: rgb(116,178,252); }
td.TdClassName
{
border-color: #74B2FC;
}
.TagClassName
{
border-color: #74B2FC;
}
</style>