Shades of Maya Blue #74C8F6
Tints of Maya Blue #74C8F6
RGB
CMYK
RGB Variations
Color information
#74C8F6 (or 0x74C8F6) is known color: Maya Blue. HEX triplet: 74, C8 and F6. RGB value is (116,200,246). Sum of RGB (Red+Green+Blue) = 116+200+246=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #74C8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C8F6 is #8B3709. Grayscale: #B3B3B3. Windows color (decimal): -9123594 or 16173172. OLE color: 16173172.
HSL color Cylindrical-coordinate representation of color #74C8F6: hue angle of 201.23º 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 #74C8F6 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 200 | 246 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.04 |
| HSL | 201.23º | 0.88% | 0.71% | - |
| HSV(B) | 201.23º | 0.53% | 0.96% | - |
| XYZ | 44.49 | 51.68 | 94.82 | - |
| YUV | 180.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 246 | 0.53 | 0.19 | 0 | 0.04 | 201.23 | 0.88 | 0.71 |
| Hex | 74 | C8 | F6 | 35 | 13 | 0 | 4 | C9 | 58 | 47 |
| Octal | 164 | 310 | 366 | 65 | 23 | 0 | 4 | 311 | 130 | 107 |
| Binary | 1110100 | 11001000 | 11110110 | 110101 | 10011 | 0 | 100 | 11001001 | 1011000 | 1000111 |
Color Harmonies of #74C8F6
Complementary color
Monochromatic Colors of #74C8F6
Black with #74C8F6
Text Example
Text Example
White with #74C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C8F6; }
p { color: rgb(116,200,246); }
H1.HeaderClassName
{
color: #74C8F6;
}
.AnyTagClassName
{
color: #74C8F6;
}
</style>
background-color css
<style>
a { background-color: #74C8F6; }
a { background-color: rgb(116,200,246); }
div.DivClassName
{
background-color: #74C8F6;
}
.BgClassName
{
background-color: #74C8F6;
}
</style>
border-color css
<style>
span { border-color: #74C8F6; }
span { border-color: rgb(116,200,246); }
td.TdClassName
{
border-color: #74C8F6;
}
.TagClassName
{
border-color: #74C8F6;
}
</style>