Shades of Maya Blue #69ADFE
Tints of Maya Blue #69ADFE
RGB
CMYK
RGB Variations
Color information
#69ADFE (or 0x69ADFE) is known color: Maya Blue. HEX triplet: 69, AD and FE. RGB value is (105,173,254). Sum of RGB (Red+Green+Blue) = 105+173+254=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #69ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ADFE is #965201. Grayscale: #A1A1A1. Windows color (decimal): -9851394 or 16690537. OLE color: 16690537.
HSL color Cylindrical-coordinate representation of color #69ADFE: hue angle of 212.62º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69ADFE is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 173 | 254 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.00 |
| HSL | 212.62º | 0.99% | 0.7% | - |
| HSV(B) | 212.62º | 0.59% | 1% | - |
| XYZ | 38.66 | 40.05 | 99.46 | - |
| YUV | 161.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 254 | 0.59 | 0.32 | 0 | 0.00 | 212.62 | 0.99 | 0.7 |
| Hex | 69 | AD | FE | 3B | 20 | 0 | 0 | D5 | 63 | 46 |
| Octal | 151 | 255 | 376 | 73 | 40 | 0 | 0 | 325 | 143 | 106 |
| Binary | 1101001 | 10101101 | 11111110 | 111011 | 100000 | 0 | 0 | 11010101 | 1100011 | 1000110 |
Color Harmonies of #69ADFE
Complementary color
Monochromatic Colors of #69ADFE
Black with #69ADFE
Text Example
Text Example
White with #69ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADFE; }
p { color: rgb(105,173,254); }
H1.HeaderClassName
{
color: #69ADFE;
}
.AnyTagClassName
{
color: #69ADFE;
}
</style>
background-color css
<style>
a { background-color: #69ADFE; }
a { background-color: rgb(105,173,254); }
div.DivClassName
{
background-color: #69ADFE;
}
.BgClassName
{
background-color: #69ADFE;
}
</style>
border-color css
<style>
span { border-color: #69ADFE; }
span { border-color: rgb(105,173,254); }
td.TdClassName
{
border-color: #69ADFE;
}
.TagClassName
{
border-color: #69ADFE;
}
</style>