Shades of Maya Blue #74D0FF
Tints of Maya Blue #74D0FF
RGB
CMYK
RGB Variations
Color information
#74D0FF (or 0x74D0FF) is known color: Maya Blue. HEX triplet: 74, D0 and FF. RGB value is (116,208,255). Sum of RGB (Red+Green+Blue) = 116+208+255=579 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.03% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #74D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D0FF is #8B2F00. Grayscale: #B9B9B9. Windows color (decimal): -9121537 or 16765044. OLE color: 16765044.
HSL color Cylindrical-coordinate representation of color #74D0FF: hue angle of 200.29º 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 #74D0FF is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 208 | 255 | - |
| CMYK | 0.55 | 0.18 | 0 | 0 |
| HSL | 200.29º | 1% | 0.73% | - |
| HSV(B) | 200.29º | 0.55% | 1% | - |
| XYZ | 47.81 | 56.04 | 102.91 | - |
| YUV | 185.85 | 167.02 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 208 | 255 | 0.55 | 0.18 | 0 | 0 | 200.29 | 1 | 0.73 |
| Hex | 74 | D0 | FF | 37 | 12 | 0 | 0 | C8 | 64 | 49 |
| Octal | 164 | 320 | 377 | 67 | 22 | 0 | 0 | 310 | 144 | 111 |
| Binary | 1110100 | 11010000 | 11111111 | 110111 | 10010 | 0 | 0 | 11001000 | 1100100 | 1001001 |
Color Harmonies of #74D0FF
Complementary color
Monochromatic Colors of #74D0FF
Black with #74D0FF
Text Example
Text Example
White with #74D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D0FF; }
p { color: rgb(116,208,255); }
H1.HeaderClassName
{
color: #74D0FF;
}
.AnyTagClassName
{
color: #74D0FF;
}
</style>
background-color css
<style>
a { background-color: #74D0FF; }
a { background-color: rgb(116,208,255); }
div.DivClassName
{
background-color: #74D0FF;
}
.BgClassName
{
background-color: #74D0FF;
}
</style>
border-color css
<style>
span { border-color: #74D0FF; }
span { border-color: rgb(116,208,255); }
td.TdClassName
{
border-color: #74D0FF;
}
.TagClassName
{
border-color: #74D0FF;
}
</style>