Shades of Maya Blue #74D4F9
Tints of Maya Blue #74D4F9
RGB
CMYK
RGB Variations
Color information
#74D4F9 (or 0x74D4F9) is known color: Maya Blue. HEX triplet: 74, D4 and F9. RGB value is (116,212,249). Sum of RGB (Red+Green+Blue) = 116+212+249=577 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.10% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #74D4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D4F9 is #8B2B06. Grayscale: #BBBBBB. Windows color (decimal): -9120519 or 16372852. OLE color: 16372852.
HSL color Cylindrical-coordinate representation of color #74D4F9: hue angle of 196.69º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74D4F9 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 212 | 249 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.02 |
| HSL | 196.69º | 0.92% | 0.72% | - |
| HSV(B) | 196.69º | 0.53% | 0.98% | - |
| XYZ | 47.84 | 57.64 | 98.23 | - |
| YUV | 187.51 | 162.7 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 249 | 0.53 | 0.15 | 0 | 0.02 | 196.69 | 0.92 | 0.72 |
| Hex | 74 | D4 | F9 | 35 | F | 0 | 2 | C5 | 5C | 48 |
| Octal | 164 | 324 | 371 | 65 | 17 | 0 | 2 | 305 | 134 | 110 |
| Binary | 1110100 | 11010100 | 11111001 | 110101 | 1111 | 0 | 10 | 11000101 | 1011100 | 1001000 |
Color Harmonies of #74D4F9
Complementary color
Monochromatic Colors of #74D4F9
Black with #74D4F9
Text Example
Text Example
White with #74D4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D4F9; }
p { color: rgb(116,212,249); }
H1.HeaderClassName
{
color: #74D4F9;
}
.AnyTagClassName
{
color: #74D4F9;
}
</style>
background-color css
<style>
a { background-color: #74D4F9; }
a { background-color: rgb(116,212,249); }
div.DivClassName
{
background-color: #74D4F9;
}
.BgClassName
{
background-color: #74D4F9;
}
</style>
border-color css
<style>
span { border-color: #74D4F9; }
span { border-color: rgb(116,212,249); }
td.TdClassName
{
border-color: #74D4F9;
}
.TagClassName
{
border-color: #74D4F9;
}
</style>