Shades of Maya Blue #74C9F9
Tints of Maya Blue #74C9F9
RGB
CMYK
RGB Variations
Color information
#74C9F9 (or 0x74C9F9) is known color: Maya Blue. HEX triplet: 74, C9 and F9. RGB value is (116,201,249). Sum of RGB (Red+Green+Blue) = 116+201+249=566 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.49% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #74C9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C9F9 is #8B3606. Grayscale: #B4B4B4. Windows color (decimal): -9123335 or 16370036. OLE color: 16370036.
HSL color Cylindrical-coordinate representation of color #74C9F9: hue angle of 201.65º 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 #74C9F9 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 201 | 249 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.02 |
| HSL | 201.65º | 0.92% | 0.72% | - |
| HSV(B) | 201.65º | 0.53% | 0.98% | - |
| XYZ | 45.19 | 52.33 | 97.34 | - |
| YUV | 181.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 249 | 0.53 | 0.19 | 0 | 0.02 | 201.65 | 0.92 | 0.72 |
| Hex | 74 | C9 | F9 | 35 | 13 | 0 | 2 | CA | 5C | 48 |
| Octal | 164 | 311 | 371 | 65 | 23 | 0 | 2 | 312 | 134 | 110 |
| Binary | 1110100 | 11001001 | 11111001 | 110101 | 10011 | 0 | 10 | 11001010 | 1011100 | 1001000 |
Color Harmonies of #74C9F9
Complementary color
Monochromatic Colors of #74C9F9
Black with #74C9F9
Text Example
Text Example
White with #74C9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C9F9; }
p { color: rgb(116,201,249); }
H1.HeaderClassName
{
color: #74C9F9;
}
.AnyTagClassName
{
color: #74C9F9;
}
</style>
background-color css
<style>
a { background-color: #74C9F9; }
a { background-color: rgb(116,201,249); }
div.DivClassName
{
background-color: #74C9F9;
}
.BgClassName
{
background-color: #74C9F9;
}
</style>
border-color css
<style>
span { border-color: #74C9F9; }
span { border-color: rgb(116,201,249); }
td.TdClassName
{
border-color: #74C9F9;
}
.TagClassName
{
border-color: #74C9F9;
}
</style>