Shades of Maya Blue #76CDF3
Tints of Maya Blue #76CDF3
RGB
CMYK
RGB Variations
Color information
#76CDF3 (or 0x76CDF3) is known color: Maya Blue. HEX triplet: 76, CD and F3. RGB value is (118,205,243). Sum of RGB (Red+Green+Blue) = 118+205+243=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #76CDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CDF3 is #89320C. Grayscale: #B7B7B7. Windows color (decimal): -8991245 or 15977846. OLE color: 15977846.
HSL color Cylindrical-coordinate representation of color #76CDF3: hue angle of 198.24º degrees, saturation: 0.84, 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 #76CDF3 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 205 | 243 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.05 |
| HSL | 198.24º | 0.84% | 0.71% | - |
| HSV(B) | 198.24º | 0.51% | 0.95% | - |
| XYZ | 45.48 | 53.99 | 92.82 | - |
| YUV | 183.32 | 161.68 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 243 | 0.51 | 0.16 | 0 | 0.05 | 198.24 | 0.84 | 0.71 |
| Hex | 76 | CD | F3 | 33 | 10 | 0 | 5 | C6 | 54 | 47 |
| Octal | 166 | 315 | 363 | 63 | 20 | 0 | 5 | 306 | 124 | 107 |
| Binary | 1110110 | 11001101 | 11110011 | 110011 | 10000 | 0 | 101 | 11000110 | 1010100 | 1000111 |
Color Harmonies of #76CDF3
Complementary color
Monochromatic Colors of #76CDF3
Black with #76CDF3
Text Example
Text Example
White with #76CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDF3; }
p { color: rgb(118,205,243); }
H1.HeaderClassName
{
color: #76CDF3;
}
.AnyTagClassName
{
color: #76CDF3;
}
</style>
background-color css
<style>
a { background-color: #76CDF3; }
a { background-color: rgb(118,205,243); }
div.DivClassName
{
background-color: #76CDF3;
}
.BgClassName
{
background-color: #76CDF3;
}
</style>
border-color css
<style>
span { border-color: #76CDF3; }
span { border-color: rgb(118,205,243); }
td.TdClassName
{
border-color: #76CDF3;
}
.TagClassName
{
border-color: #76CDF3;
}
</style>