Shades of Maya Blue #69ADFF
Tints of Maya Blue #69ADFF
RGB
CMYK
RGB Variations
Color information
#69ADFF (or 0x69ADFF) is known color: Maya Blue. HEX triplet: 69, AD and FF. RGB value is (105,173,255). Sum of RGB (Red+Green+Blue) = 105+173+255=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #69ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ADFF is #965200. Grayscale: #A1A1A1. Windows color (decimal): -9851393 or 16756073. OLE color: 16756073.
HSL color Cylindrical-coordinate representation of color #69ADFF: hue angle of 212.8º 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 #69ADFF is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 173 | 255 | - |
| CMYK | 0.59 | 0.32 | 0 | 0 |
| HSL | 212.8º | 1% | 0.71% | - |
| HSV(B) | 212.8º | 0.59% | 1% | - |
| XYZ | 38.82 | 40.11 | 100.3 | - |
| YUV | 162.02 | 180.47 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 255 | 0.59 | 0.32 | 0 | 0 | 212.8 | 1 | 0.71 |
| Hex | 69 | AD | FF | 3B | 20 | 0 | 0 | D5 | 64 | 47 |
| Octal | 151 | 255 | 377 | 73 | 40 | 0 | 0 | 325 | 144 | 107 |
| Binary | 1101001 | 10101101 | 11111111 | 111011 | 100000 | 0 | 0 | 11010101 | 1100100 | 1000111 |
Color Harmonies of #69ADFF
Complementary color
Monochromatic Colors of #69ADFF
Black with #69ADFF
Text Example
Text Example
White with #69ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADFF; }
p { color: rgb(105,173,255); }
H1.HeaderClassName
{
color: #69ADFF;
}
.AnyTagClassName
{
color: #69ADFF;
}
</style>
background-color css
<style>
a { background-color: #69ADFF; }
a { background-color: rgb(105,173,255); }
div.DivClassName
{
background-color: #69ADFF;
}
.BgClassName
{
background-color: #69ADFF;
}
</style>
border-color css
<style>
span { border-color: #69ADFF; }
span { border-color: rgb(105,173,255); }
td.TdClassName
{
border-color: #69ADFF;
}
.TagClassName
{
border-color: #69ADFF;
}
</style>