Shades of Maya Blue #76CEFA
Tints of Maya Blue #76CEFA
RGB
CMYK
RGB Variations
Color information
#76CEFA (or 0x76CEFA) is known color: Maya Blue. HEX triplet: 76, CE and FA. RGB value is (118,206,250). Sum of RGB (Red+Green+Blue) = 118+206+250=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #76CEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CEFA is #893105. Grayscale: #B8B8B8. Windows color (decimal): -8990982 or 16436854. OLE color: 16436854.
HSL color Cylindrical-coordinate representation of color #76CEFA: hue angle of 200º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76CEFA is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 206 | 250 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.02 |
| HSL | 200º | 0.93% | 0.72% | - |
| HSV(B) | 200º | 0.53% | 0.98% | - |
| XYZ | 46.8 | 54.9 | 98.57 | - |
| YUV | 184.7 | 164.85 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 250 | 0.53 | 0.18 | 0 | 0.02 | 200 | 0.93 | 0.72 |
| Hex | 76 | CE | FA | 35 | 12 | 0 | 2 | C8 | 5D | 48 |
| Octal | 166 | 316 | 372 | 65 | 22 | 0 | 2 | 310 | 135 | 110 |
| Binary | 1110110 | 11001110 | 11111010 | 110101 | 10010 | 0 | 10 | 11001000 | 1011101 | 1001000 |
Color Harmonies of #76CEFA
Complementary color
Monochromatic Colors of #76CEFA
Black with #76CEFA
Text Example
Text Example
White with #76CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CEFA; }
p { color: rgb(118,206,250); }
H1.HeaderClassName
{
color: #76CEFA;
}
.AnyTagClassName
{
color: #76CEFA;
}
</style>
background-color css
<style>
a { background-color: #76CEFA; }
a { background-color: rgb(118,206,250); }
div.DivClassName
{
background-color: #76CEFA;
}
.BgClassName
{
background-color: #76CEFA;
}
</style>
border-color css
<style>
span { border-color: #76CEFA; }
span { border-color: rgb(118,206,250); }
td.TdClassName
{
border-color: #76CEFA;
}
.TagClassName
{
border-color: #76CEFA;
}
</style>