Shades of Maya Blue #76CDF2
Tints of Maya Blue #76CDF2
RGB
CMYK
RGB Variations
Color information
#76CDF2 (or 0x76CDF2) is known color: Maya Blue. HEX triplet: 76, CD and F2. RGB value is (118,205,242). Sum of RGB (Red+Green+Blue) = 118+205+242=565 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.88% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #76CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CDF2 is #89320D. Grayscale: #B6B6B6. Windows color (decimal): -8991246 or 15912310. OLE color: 15912310.
HSL color Cylindrical-coordinate representation of color #76CDF2: hue angle of 197.9º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76CDF2 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 205 | 242 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.05 |
| HSL | 197.9º | 0.83% | 0.71% | - |
| HSV(B) | 197.9º | 0.51% | 0.95% | - |
| XYZ | 45.33 | 53.93 | 92.02 | - |
| YUV | 183.21 | 161.18 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 242 | 0.51 | 0.15 | 0 | 0.05 | 197.9 | 0.83 | 0.71 |
| Hex | 76 | CD | F2 | 33 | F | 0 | 5 | C6 | 53 | 47 |
| Octal | 166 | 315 | 362 | 63 | 17 | 0 | 5 | 306 | 123 | 107 |
| Binary | 1110110 | 11001101 | 11110010 | 110011 | 1111 | 0 | 101 | 11000110 | 1010011 | 1000111 |
Color Harmonies of #76CDF2
Complementary color
Monochromatic Colors of #76CDF2
Black with #76CDF2
Text Example
Text Example
White with #76CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDF2; }
p { color: rgb(118,205,242); }
H1.HeaderClassName
{
color: #76CDF2;
}
.AnyTagClassName
{
color: #76CDF2;
}
</style>
background-color css
<style>
a { background-color: #76CDF2; }
a { background-color: rgb(118,205,242); }
div.DivClassName
{
background-color: #76CDF2;
}
.BgClassName
{
background-color: #76CDF2;
}
</style>
border-color css
<style>
span { border-color: #76CDF2; }
span { border-color: rgb(118,205,242); }
td.TdClassName
{
border-color: #76CDF2;
}
.TagClassName
{
border-color: #76CDF2;
}
</style>