Shades of Maya Blue #69AEFF
Tints of Maya Blue #69AEFF
RGB
CMYK
RGB Variations
Color information
#69AEFF (or 0x69AEFF) is known color: Maya Blue. HEX triplet: 69, AE and FF. RGB value is (105,174,255). Sum of RGB (Red+Green+Blue) = 105+174+255=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #69AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AEFF is #965100. Grayscale: #A2A2A2. Windows color (decimal): -9851137 or 16756329. OLE color: 16756329.
HSL color Cylindrical-coordinate representation of color #69AEFF: hue angle of 212.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69AEFF is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 174 | 255 | - |
| CMYK | 0.59 | 0.32 | 0 | 0 |
| HSL | 212.4º | 1% | 0.71% | - |
| HSV(B) | 212.4º | 0.59% | 1% | - |
| XYZ | 39.01 | 40.5 | 100.37 | - |
| YUV | 162.6 | 180.14 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 174 | 255 | 0.59 | 0.32 | 0 | 0 | 212.4 | 1 | 0.71 |
| Hex | 69 | AE | FF | 3B | 20 | 0 | 0 | D4 | 64 | 47 |
| Octal | 151 | 256 | 377 | 73 | 40 | 0 | 0 | 324 | 144 | 107 |
| Binary | 1101001 | 10101110 | 11111111 | 111011 | 100000 | 0 | 0 | 11010100 | 1100100 | 1000111 |
Color Harmonies of #69AEFF
Complementary color
Monochromatic Colors of #69AEFF
Black with #69AEFF
Text Example
Text Example
White with #69AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AEFF; }
p { color: rgb(105,174,255); }
H1.HeaderClassName
{
color: #69AEFF;
}
.AnyTagClassName
{
color: #69AEFF;
}
</style>
background-color css
<style>
a { background-color: #69AEFF; }
a { background-color: rgb(105,174,255); }
div.DivClassName
{
background-color: #69AEFF;
}
.BgClassName
{
background-color: #69AEFF;
}
</style>
border-color css
<style>
span { border-color: #69AEFF; }
span { border-color: rgb(105,174,255); }
td.TdClassName
{
border-color: #69AEFF;
}
.TagClassName
{
border-color: #69AEFF;
}
</style>