Shades of Maya Blue #69ADFD
Tints of Maya Blue #69ADFD
RGB
CMYK
RGB Variations
Color information
#69ADFD (or 0x69ADFD) is known color: Maya Blue. HEX triplet: 69, AD and FD. RGB value is (105,173,253). Sum of RGB (Red+Green+Blue) = 105+173+253=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #69ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ADFD is #965202. Grayscale: #A1A1A1. Windows color (decimal): -9851395 or 16625001. OLE color: 16625001.
HSL color Cylindrical-coordinate representation of color #69ADFD: hue angle of 212.43º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69ADFD is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 173 | 253 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.01 |
| HSL | 212.43º | 0.97% | 0.7% | - |
| HSV(B) | 212.43º | 0.58% | 0.99% | - |
| XYZ | 38.5 | 39.98 | 98.62 | - |
| YUV | 161.79 | 179.47 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 253 | 0.58 | 0.32 | 0 | 0.01 | 212.43 | 0.97 | 0.7 |
| Hex | 69 | AD | FD | 3A | 20 | 0 | 1 | D4 | 61 | 46 |
| Octal | 151 | 255 | 375 | 72 | 40 | 0 | 1 | 324 | 141 | 106 |
| Binary | 1101001 | 10101101 | 11111101 | 111010 | 100000 | 0 | 1 | 11010100 | 1100001 | 1000110 |
Color Harmonies of #69ADFD
Complementary color
Monochromatic Colors of #69ADFD
Black with #69ADFD
Text Example
Text Example
White with #69ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADFD; }
p { color: rgb(105,173,253); }
H1.HeaderClassName
{
color: #69ADFD;
}
.AnyTagClassName
{
color: #69ADFD;
}
</style>
background-color css
<style>
a { background-color: #69ADFD; }
a { background-color: rgb(105,173,253); }
div.DivClassName
{
background-color: #69ADFD;
}
.BgClassName
{
background-color: #69ADFD;
}
</style>
border-color css
<style>
span { border-color: #69ADFD; }
span { border-color: rgb(105,173,253); }
td.TdClassName
{
border-color: #69ADFD;
}
.TagClassName
{
border-color: #69ADFD;
}
</style>