Shades of Maya Blue #74C7FF
Tints of Maya Blue #74C7FF
RGB
CMYK
RGB Variations
Color information
#74C7FF (or 0x74C7FF) is known color: Maya Blue. HEX triplet: 74, C7 and FF. RGB value is (116,199,255). Sum of RGB (Red+Green+Blue) = 116+199+255=570 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.35% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #74C7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C7FF is #8B3800. Grayscale: #B4B4B4. Windows color (decimal): -9123841 or 16762740. OLE color: 16762740.
HSL color Cylindrical-coordinate representation of color #74C7FF: hue angle of 204.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74C7FF is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 199 | 255 | - |
| CMYK | 0.55 | 0.22 | 0 | 0 |
| HSL | 204.17º | 1% | 0.73% | - |
| HSV(B) | 204.17º | 0.55% | 1% | - |
| XYZ | 45.68 | 51.78 | 102.19 | - |
| YUV | 180.57 | 170 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 255 | 0.55 | 0.22 | 0 | 0 | 204.17 | 1 | 0.73 |
| Hex | 74 | C7 | FF | 37 | 16 | 0 | 0 | CC | 64 | 49 |
| Octal | 164 | 307 | 377 | 67 | 26 | 0 | 0 | 314 | 144 | 111 |
| Binary | 1110100 | 11000111 | 11111111 | 110111 | 10110 | 0 | 0 | 11001100 | 1100100 | 1001001 |
Color Harmonies of #74C7FF
Complementary color
Monochromatic Colors of #74C7FF
Black with #74C7FF
Text Example
Text Example
White with #74C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C7FF; }
p { color: rgb(116,199,255); }
H1.HeaderClassName
{
color: #74C7FF;
}
.AnyTagClassName
{
color: #74C7FF;
}
</style>
background-color css
<style>
a { background-color: #74C7FF; }
a { background-color: rgb(116,199,255); }
div.DivClassName
{
background-color: #74C7FF;
}
.BgClassName
{
background-color: #74C7FF;
}
</style>
border-color css
<style>
span { border-color: #74C7FF; }
span { border-color: rgb(116,199,255); }
td.TdClassName
{
border-color: #74C7FF;
}
.TagClassName
{
border-color: #74C7FF;
}
</style>