Shades of Maya Blue #74CDF0
Tints of Maya Blue #74CDF0
RGB
CMYK
RGB Variations
Color information
#74CDF0 (or 0x74CDF0) is known color: Maya Blue. HEX triplet: 74, CD and F0. RGB value is (116,205,240). Sum of RGB (Red+Green+Blue) = 116+205+240=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #74CDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CDF0 is #8B320F. Grayscale: #B6B6B6. Windows color (decimal): -9122320 or 15781236. OLE color: 15781236.
HSL color Cylindrical-coordinate representation of color #74CDF0: hue angle of 196.94º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74CDF0 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 205 | 240 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.06 |
| HSL | 196.94º | 0.81% | 0.7% | - |
| HSV(B) | 196.94º | 0.52% | 0.94% | - |
| XYZ | 44.76 | 53.67 | 90.44 | - |
| YUV | 182.38 | 160.51 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 240 | 0.52 | 0.15 | 0 | 0.06 | 196.94 | 0.81 | 0.7 |
| Hex | 74 | CD | F0 | 34 | F | 0 | 6 | C5 | 51 | 46 |
| Octal | 164 | 315 | 360 | 64 | 17 | 0 | 6 | 305 | 121 | 106 |
| Binary | 1110100 | 11001101 | 11110000 | 110100 | 1111 | 0 | 110 | 11000101 | 1010001 | 1000110 |
Color Harmonies of #74CDF0
Complementary color
Monochromatic Colors of #74CDF0
Black with #74CDF0
Text Example
Text Example
White with #74CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDF0; }
p { color: rgb(116,205,240); }
H1.HeaderClassName
{
color: #74CDF0;
}
.AnyTagClassName
{
color: #74CDF0;
}
</style>
background-color css
<style>
a { background-color: #74CDF0; }
a { background-color: rgb(116,205,240); }
div.DivClassName
{
background-color: #74CDF0;
}
.BgClassName
{
background-color: #74CDF0;
}
</style>
border-color css
<style>
span { border-color: #74CDF0; }
span { border-color: rgb(116,205,240); }
td.TdClassName
{
border-color: #74CDF0;
}
.TagClassName
{
border-color: #74CDF0;
}
</style>