Shades of Maya Blue #67AEFF
Tints of Maya Blue #67AEFF
RGB
CMYK
RGB Variations
Color information
#67AEFF (or 0x67AEFF) is known color: Maya Blue. HEX triplet: 67, AE and FF. RGB value is (103,174,255). Sum of RGB (Red+Green+Blue) = 103+174+255=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #67AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AEFF is #985100. Grayscale: #A1A1A1. Windows color (decimal): -9982209 or 16756327. OLE color: 16756327.
HSL color Cylindrical-coordinate representation of color #67AEFF: hue angle of 211.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67AEFF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 174 | 255 | - |
| CMYK | 0.60 | 0.32 | 0 | 0 |
| HSL | 211.97º | 1% | 0.7% | - |
| HSV(B) | 211.97º | 0.6% | 1% | - |
| XYZ | 38.78 | 40.38 | 100.36 | - |
| YUV | 162.01 | 180.48 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 174 | 255 | 0.60 | 0.32 | 0 | 0 | 211.97 | 1 | 0.7 |
| Hex | 67 | AE | FF | 3C | 20 | 0 | 0 | D4 | 64 | 46 |
| Octal | 147 | 256 | 377 | 74 | 40 | 0 | 0 | 324 | 144 | 106 |
| Binary | 1100111 | 10101110 | 11111111 | 111100 | 100000 | 0 | 0 | 11010100 | 1100100 | 1000110 |
Color Harmonies of #67AEFF
Complementary color
Monochromatic Colors of #67AEFF
Black with #67AEFF
Text Example
Text Example
White with #67AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AEFF; }
p { color: rgb(103,174,255); }
H1.HeaderClassName
{
color: #67AEFF;
}
.AnyTagClassName
{
color: #67AEFF;
}
</style>
background-color css
<style>
a { background-color: #67AEFF; }
a { background-color: rgb(103,174,255); }
div.DivClassName
{
background-color: #67AEFF;
}
.BgClassName
{
background-color: #67AEFF;
}
</style>
border-color css
<style>
span { border-color: #67AEFF; }
span { border-color: rgb(103,174,255); }
td.TdClassName
{
border-color: #67AEFF;
}
.TagClassName
{
border-color: #67AEFF;
}
</style>