Shades of Maya Blue #80ADFD
Tints of Maya Blue #80ADFD
RGB
CMYK
RGB Variations
Color information
#80ADFD (or 0x80ADFD) is known color: Maya Blue. HEX triplet: 80, AD and FD. RGB value is (128,173,253). Sum of RGB (Red+Green+Blue) = 128+173+253=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #80ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ADFD is #7F5202. Grayscale: #A8A8A8. Windows color (decimal): -8344067 or 16625024. OLE color: 16625024.
HSL color Cylindrical-coordinate representation of color #80ADFD: hue angle of 218.4º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80ADFD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 173 | 253 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.01 |
| HSL | 218.4º | 0.97% | 0.75% | - |
| HSV(B) | 218.4º | 0.49% | 0.99% | - |
| XYZ | 41.58 | 41.57 | 98.76 | - |
| YUV | 168.67 | 175.59 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 253 | 0.49 | 0.32 | 0 | 0.01 | 218.4 | 0.97 | 0.75 |
| Hex | 80 | AD | FD | 31 | 20 | 0 | 1 | DA | 61 | 4B |
| Octal | 200 | 255 | 375 | 61 | 40 | 0 | 1 | 332 | 141 | 113 |
| Binary | 10000000 | 10101101 | 11111101 | 110001 | 100000 | 0 | 1 | 11011010 | 1100001 | 1001011 |
Color Harmonies of #80ADFD
Complementary color
Monochromatic Colors of #80ADFD
Black with #80ADFD
Text Example
Text Example
White with #80ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADFD; }
p { color: rgb(128,173,253); }
H1.HeaderClassName
{
color: #80ADFD;
}
.AnyTagClassName
{
color: #80ADFD;
}
</style>
background-color css
<style>
a { background-color: #80ADFD; }
a { background-color: rgb(128,173,253); }
div.DivClassName
{
background-color: #80ADFD;
}
.BgClassName
{
background-color: #80ADFD;
}
</style>
border-color css
<style>
span { border-color: #80ADFD; }
span { border-color: rgb(128,173,253); }
td.TdClassName
{
border-color: #80ADFD;
}
.TagClassName
{
border-color: #80ADFD;
}
</style>