Shades of Maya Blue #74CDF5
Tints of Maya Blue #74CDF5
RGB
CMYK
RGB Variations
Color information
#74CDF5 (or 0x74CDF5) is known color: Maya Blue. HEX triplet: 74, CD and F5. RGB value is (116,205,245). Sum of RGB (Red+Green+Blue) = 116+205+245=566 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.49% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #74CDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CDF5 is #8B320A. Grayscale: #B6B6B6. Windows color (decimal): -9122315 or 16108916. OLE color: 16108916.
HSL color Cylindrical-coordinate representation of color #74CDF5: hue angle of 198.6º degrees, saturation: 0.87, 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 #74CDF5 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 205 | 245 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.04 |
| HSL | 198.6º | 0.87% | 0.71% | - |
| HSV(B) | 198.6º | 0.53% | 0.96% | - |
| XYZ | 45.52 | 53.97 | 94.4 | - |
| YUV | 182.95 | 163.01 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 245 | 0.53 | 0.16 | 0 | 0.04 | 198.6 | 0.87 | 0.71 |
| Hex | 74 | CD | F5 | 35 | 10 | 0 | 4 | C7 | 57 | 47 |
| Octal | 164 | 315 | 365 | 65 | 20 | 0 | 4 | 307 | 127 | 107 |
| Binary | 1110100 | 11001101 | 11110101 | 110101 | 10000 | 0 | 100 | 11000111 | 1010111 | 1000111 |
Color Harmonies of #74CDF5
Complementary color
Monochromatic Colors of #74CDF5
Black with #74CDF5
Text Example
Text Example
White with #74CDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDF5; }
p { color: rgb(116,205,245); }
H1.HeaderClassName
{
color: #74CDF5;
}
.AnyTagClassName
{
color: #74CDF5;
}
</style>
background-color css
<style>
a { background-color: #74CDF5; }
a { background-color: rgb(116,205,245); }
div.DivClassName
{
background-color: #74CDF5;
}
.BgClassName
{
background-color: #74CDF5;
}
</style>
border-color css
<style>
span { border-color: #74CDF5; }
span { border-color: rgb(116,205,245); }
td.TdClassName
{
border-color: #74CDF5;
}
.TagClassName
{
border-color: #74CDF5;
}
</style>