Shades of Maya Blue #76C3FF
Tints of Maya Blue #76C3FF
RGB
CMYK
RGB Variations
Color information
#76C3FF (or 0x76C3FF) is known color: Maya Blue. HEX triplet: 76, C3 and FF. RGB value is (118,195,255). Sum of RGB (Red+Green+Blue) = 118+195+255=568 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.77% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #76C3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C3FF is #893C00. Grayscale: #B2B2B2. Windows color (decimal): -8993793 or 16761718. OLE color: 16761718.
HSL color Cylindrical-coordinate representation of color #76C3FF: hue angle of 206.28º 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 #76C3FF is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 195 | 255 | - |
| CMYK | 0.54 | 0.24 | 0 | 0 |
| HSL | 206.28º | 1% | 0.73% | - |
| HSV(B) | 206.28º | 0.54% | 1% | - |
| XYZ | 45.04 | 50.1 | 101.9 | - |
| YUV | 178.82 | 170.99 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 195 | 255 | 0.54 | 0.24 | 0 | 0 | 206.28 | 1 | 0.73 |
| Hex | 76 | C3 | FF | 36 | 18 | 0 | 0 | CE | 64 | 49 |
| Octal | 166 | 303 | 377 | 66 | 30 | 0 | 0 | 316 | 144 | 111 |
| Binary | 1110110 | 11000011 | 11111111 | 110110 | 11000 | 0 | 0 | 11001110 | 1100100 | 1001001 |
Color Harmonies of #76C3FF
Complementary color
Monochromatic Colors of #76C3FF
Black with #76C3FF
Text Example
Text Example
White with #76C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C3FF; }
p { color: rgb(118,195,255); }
H1.HeaderClassName
{
color: #76C3FF;
}
.AnyTagClassName
{
color: #76C3FF;
}
</style>
background-color css
<style>
a { background-color: #76C3FF; }
a { background-color: rgb(118,195,255); }
div.DivClassName
{
background-color: #76C3FF;
}
.BgClassName
{
background-color: #76C3FF;
}
</style>
border-color css
<style>
span { border-color: #76C3FF; }
span { border-color: rgb(118,195,255); }
td.TdClassName
{
border-color: #76C3FF;
}
.TagClassName
{
border-color: #76C3FF;
}
</style>