Shades of Maya Blue #76ADFD
Tints of Maya Blue #76ADFD
RGB
CMYK
RGB Variations
Color information
#76ADFD (or 0x76ADFD) is known color: Maya Blue. HEX triplet: 76, AD and FD. RGB value is (118,173,253). Sum of RGB (Red+Green+Blue) = 118+173+253=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #76ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ADFD is #895202. Grayscale: #A5A5A5. Windows color (decimal): -8999427 or 16625014. OLE color: 16625014.
HSL color Cylindrical-coordinate representation of color #76ADFD: hue angle of 215.56º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76ADFD is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 173 | 253 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.01 |
| HSL | 215.56º | 0.97% | 0.73% | - |
| HSV(B) | 215.56º | 0.53% | 0.99% | - |
| XYZ | 40.14 | 40.83 | 98.69 | - |
| YUV | 165.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 253 | 0.53 | 0.32 | 0 | 0.01 | 215.56 | 0.97 | 0.73 |
| Hex | 76 | AD | FD | 35 | 20 | 0 | 1 | D8 | 61 | 49 |
| Octal | 166 | 255 | 375 | 65 | 40 | 0 | 1 | 330 | 141 | 111 |
| Binary | 1110110 | 10101101 | 11111101 | 110101 | 100000 | 0 | 1 | 11011000 | 1100001 | 1001001 |
Color Harmonies of #76ADFD
Complementary color
Monochromatic Colors of #76ADFD
Black with #76ADFD
Text Example
Text Example
White with #76ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADFD; }
p { color: rgb(118,173,253); }
H1.HeaderClassName
{
color: #76ADFD;
}
.AnyTagClassName
{
color: #76ADFD;
}
</style>
background-color css
<style>
a { background-color: #76ADFD; }
a { background-color: rgb(118,173,253); }
div.DivClassName
{
background-color: #76ADFD;
}
.BgClassName
{
background-color: #76ADFD;
}
</style>
border-color css
<style>
span { border-color: #76ADFD; }
span { border-color: rgb(118,173,253); }
td.TdClassName
{
border-color: #76ADFD;
}
.TagClassName
{
border-color: #76ADFD;
}
</style>