Shades of Maya Blue #76CDFF
Tints of Maya Blue #76CDFF
RGB
CMYK
RGB Variations
Color information
#76CDFF (or 0x76CDFF) is known color: Maya Blue. HEX triplet: 76, CD and FF. RGB value is (118,205,255). Sum of RGB (Red+Green+Blue) = 118+205+255=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #76CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CDFF is #893200. Grayscale: #B8B8B8. Windows color (decimal): -8991233 or 16764278. OLE color: 16764278.
HSL color Cylindrical-coordinate representation of color #76CDFF: hue angle of 201.9º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76CDFF is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 205 | 255 | - |
| CMYK | 0.54 | 0.20 | 0 | 0 |
| HSL | 201.9º | 1% | 0.73% | - |
| HSV(B) | 201.9º | 0.54% | 1% | - |
| XYZ | 47.35 | 54.73 | 102.68 | - |
| YUV | 184.69 | 167.68 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 255 | 0.54 | 0.20 | 0 | 0 | 201.9 | 1 | 0.73 |
| Hex | 76 | CD | FF | 36 | 14 | 0 | 0 | CA | 64 | 49 |
| Octal | 166 | 315 | 377 | 66 | 24 | 0 | 0 | 312 | 144 | 111 |
| Binary | 1110110 | 11001101 | 11111111 | 110110 | 10100 | 0 | 0 | 11001010 | 1100100 | 1001001 |
Color Harmonies of #76CDFF
Complementary color
Monochromatic Colors of #76CDFF
Black with #76CDFF
Text Example
Text Example
White with #76CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDFF; }
p { color: rgb(118,205,255); }
H1.HeaderClassName
{
color: #76CDFF;
}
.AnyTagClassName
{
color: #76CDFF;
}
</style>
background-color css
<style>
a { background-color: #76CDFF; }
a { background-color: rgb(118,205,255); }
div.DivClassName
{
background-color: #76CDFF;
}
.BgClassName
{
background-color: #76CDFF;
}
</style>
border-color css
<style>
span { border-color: #76CDFF; }
span { border-color: rgb(118,205,255); }
td.TdClassName
{
border-color: #76CDFF;
}
.TagClassName
{
border-color: #76CDFF;
}
</style>