Shades of Maya Blue #74CFF6
Tints of Maya Blue #74CFF6
RGB
CMYK
RGB Variations
Color information
#74CFF6 (or 0x74CFF6) is known color: Maya Blue. HEX triplet: 74, CF and F6. RGB value is (116,207,246). Sum of RGB (Red+Green+Blue) = 116+207+246=569 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.39% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #74CFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CFF6 is #8B3009. Grayscale: #B7B7B7. Windows color (decimal): -9121802 or 16174964. OLE color: 16174964.
HSL color Cylindrical-coordinate representation of color #74CFF6: hue angle of 198º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74CFF6 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 207 | 246 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.04 |
| HSL | 198º | 0.88% | 0.71% | - |
| HSV(B) | 198º | 0.53% | 0.96% | - |
| XYZ | 46.15 | 54.99 | 95.37 | - |
| YUV | 184.24 | 162.85 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 246 | 0.53 | 0.16 | 0 | 0.04 | 198 | 0.88 | 0.71 |
| Hex | 74 | CF | F6 | 35 | 10 | 0 | 4 | C6 | 58 | 47 |
| Octal | 164 | 317 | 366 | 65 | 20 | 0 | 4 | 306 | 130 | 107 |
| Binary | 1110100 | 11001111 | 11110110 | 110101 | 10000 | 0 | 100 | 11000110 | 1011000 | 1000111 |
Color Harmonies of #74CFF6
Complementary color
Monochromatic Colors of #74CFF6
Black with #74CFF6
Text Example
Text Example
White with #74CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFF6; }
p { color: rgb(116,207,246); }
H1.HeaderClassName
{
color: #74CFF6;
}
.AnyTagClassName
{
color: #74CFF6;
}
</style>
background-color css
<style>
a { background-color: #74CFF6; }
a { background-color: rgb(116,207,246); }
div.DivClassName
{
background-color: #74CFF6;
}
.BgClassName
{
background-color: #74CFF6;
}
</style>
border-color css
<style>
span { border-color: #74CFF6; }
span { border-color: rgb(116,207,246); }
td.TdClassName
{
border-color: #74CFF6;
}
.TagClassName
{
border-color: #74CFF6;
}
</style>