Shades of Maya Blue #7DC2FE
Tints of Maya Blue #7DC2FE
RGB
CMYK
RGB Variations
Color information
#7DC2FE (or 0x7DC2FE) is known color: Maya Blue. HEX triplet: 7D, C2 and FE. RGB value is (125,194,254). Sum of RGB (Red+Green+Blue) = 125+194+254=573 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.82% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DC2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC2FE is #823D01. Grayscale: #B3B3B3. Windows color (decimal): -8535298 or 16695933. OLE color: 16695933.
HSL color Cylindrical-coordinate representation of color #7DC2FE: hue angle of 207.91º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DC2FE is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 194 | 254 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.00 |
| HSL | 207.91º | 0.98% | 0.74% | - |
| HSV(B) | 207.91º | 0.51% | 1% | - |
| XYZ | 45.64 | 50.1 | 101.03 | - |
| YUV | 180.21 | 169.64 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 194 | 254 | 0.51 | 0.24 | 0 | 0.00 | 207.91 | 0.98 | 0.74 |
| Hex | 7D | C2 | FE | 33 | 18 | 0 | 0 | D0 | 62 | 4A |
| Octal | 175 | 302 | 376 | 63 | 30 | 0 | 0 | 320 | 142 | 112 |
| Binary | 1111101 | 11000010 | 11111110 | 110011 | 11000 | 0 | 0 | 11010000 | 1100010 | 1001010 |
Color Harmonies of #7DC2FE
Complementary color
Monochromatic Colors of #7DC2FE
Black with #7DC2FE
Text Example
Text Example
White with #7DC2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC2FE; }
p { color: rgb(125,194,254); }
H1.HeaderClassName
{
color: #7DC2FE;
}
.AnyTagClassName
{
color: #7DC2FE;
}
</style>
background-color css
<style>
a { background-color: #7DC2FE; }
a { background-color: rgb(125,194,254); }
div.DivClassName
{
background-color: #7DC2FE;
}
.BgClassName
{
background-color: #7DC2FE;
}
</style>
border-color css
<style>
span { border-color: #7DC2FE; }
span { border-color: rgb(125,194,254); }
td.TdClassName
{
border-color: #7DC2FE;
}
.TagClassName
{
border-color: #7DC2FE;
}
</style>