Shades of Maya Blue #7CADFF
Tints of Maya Blue #7CADFF
RGB
CMYK
RGB Variations
Color information
#7CADFF (or 0x7CADFF) is known color: Maya Blue. HEX triplet: 7C, AD and FF. RGB value is (124,173,255). Sum of RGB (Red+Green+Blue) = 124+173+255=552 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.46% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CADFF is #835200. Grayscale: #A7A7A7. Windows color (decimal): -8606209 or 16756092. OLE color: 16756092.
HSL color Cylindrical-coordinate representation of color #7CADFF: hue angle of 217.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CADFF is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 173 | 255 | - |
| CMYK | 0.51 | 0.32 | 0 | 0 |
| HSL | 217.56º | 1% | 0.74% | - |
| HSV(B) | 217.56º | 0.51% | 1% | - |
| XYZ | 41.31 | 41.39 | 100.42 | - |
| YUV | 167.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 173 | 255 | 0.51 | 0.32 | 0 | 0 | 217.56 | 1 | 0.74 |
| Hex | 7C | AD | FF | 33 | 20 | 0 | 0 | DA | 64 | 4A |
| Octal | 174 | 255 | 377 | 63 | 40 | 0 | 0 | 332 | 144 | 112 |
| Binary | 1111100 | 10101101 | 11111111 | 110011 | 100000 | 0 | 0 | 11011010 | 1100100 | 1001010 |
Color Harmonies of #7CADFF
Complementary color
Monochromatic Colors of #7CADFF
Black with #7CADFF
Text Example
Text Example
White with #7CADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CADFF; }
p { color: rgb(124,173,255); }
H1.HeaderClassName
{
color: #7CADFF;
}
.AnyTagClassName
{
color: #7CADFF;
}
</style>
background-color css
<style>
a { background-color: #7CADFF; }
a { background-color: rgb(124,173,255); }
div.DivClassName
{
background-color: #7CADFF;
}
.BgClassName
{
background-color: #7CADFF;
}
</style>
border-color css
<style>
span { border-color: #7CADFF; }
span { border-color: rgb(124,173,255); }
td.TdClassName
{
border-color: #7CADFF;
}
.TagClassName
{
border-color: #7CADFF;
}
</style>