Shades of Maya Blue #74CDF2
Tints of Maya Blue #74CDF2
RGB
CMYK
RGB Variations
Color information
#74CDF2 (or 0x74CDF2) is known color: Maya Blue. HEX triplet: 74, CD and F2. RGB value is (116,205,242). Sum of RGB (Red+Green+Blue) = 116+205+242=563 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.60% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #74CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CDF2 is #8B320D. Grayscale: #B6B6B6. Windows color (decimal): -9122318 or 15912308. OLE color: 15912308.
HSL color Cylindrical-coordinate representation of color #74CDF2: hue angle of 197.62º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74CDF2 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 205 | 242 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.05 |
| HSL | 197.62º | 0.83% | 0.7% | - |
| HSV(B) | 197.62º | 0.52% | 0.95% | - |
| XYZ | 45.06 | 53.79 | 92.01 | - |
| YUV | 182.61 | 161.51 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 242 | 0.52 | 0.15 | 0 | 0.05 | 197.62 | 0.83 | 0.7 |
| Hex | 74 | CD | F2 | 34 | F | 0 | 5 | C6 | 53 | 46 |
| Octal | 164 | 315 | 362 | 64 | 17 | 0 | 5 | 306 | 123 | 106 |
| Binary | 1110100 | 11001101 | 11110010 | 110100 | 1111 | 0 | 101 | 11000110 | 1010011 | 1000110 |
Color Harmonies of #74CDF2
Complementary color
Monochromatic Colors of #74CDF2
Black with #74CDF2
Text Example
Text Example
White with #74CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CDF2; }
p { color: rgb(116,205,242); }
H1.HeaderClassName
{
color: #74CDF2;
}
.AnyTagClassName
{
color: #74CDF2;
}
</style>
background-color css
<style>
a { background-color: #74CDF2; }
a { background-color: rgb(116,205,242); }
div.DivClassName
{
background-color: #74CDF2;
}
.BgClassName
{
background-color: #74CDF2;
}
</style>
border-color css
<style>
span { border-color: #74CDF2; }
span { border-color: rgb(116,205,242); }
td.TdClassName
{
border-color: #74CDF2;
}
.TagClassName
{
border-color: #74CDF2;
}
</style>