Shades of Maya Blue #80BDF3
Tints of Maya Blue #80BDF3
RGB
CMYK
RGB Variations
Color information
#80BDF3 (or 0x80BDF3) is known color: Maya Blue. HEX triplet: 80, BD and F3. RGB value is (128,189,243). Sum of RGB (Red+Green+Blue) = 128+189+243=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #80BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BDF3 is #7F420C. Grayscale: #B0B0B0. Windows color (decimal): -8339981 or 15973760. OLE color: 15973760.
HSL color Cylindrical-coordinate representation of color #80BDF3: hue angle of 208.17º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BDF3 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 189 | 243 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.05 |
| HSL | 208.17º | 0.83% | 0.73% | - |
| HSV(B) | 208.17º | 0.47% | 0.95% | - |
| XYZ | 43.28 | 47.46 | 91.67 | - |
| YUV | 176.92 | 165.29 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 243 | 0.47 | 0.22 | 0 | 0.05 | 208.17 | 0.83 | 0.73 |
| Hex | 80 | BD | F3 | 2F | 16 | 0 | 5 | D0 | 53 | 49 |
| Octal | 200 | 275 | 363 | 57 | 26 | 0 | 5 | 320 | 123 | 111 |
| Binary | 10000000 | 10111101 | 11110011 | 101111 | 10110 | 0 | 101 | 11010000 | 1010011 | 1001001 |
Color Harmonies of #80BDF3
Complementary color
Monochromatic Colors of #80BDF3
Black with #80BDF3
Text Example
Text Example
White with #80BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDF3; }
p { color: rgb(128,189,243); }
H1.HeaderClassName
{
color: #80BDF3;
}
.AnyTagClassName
{
color: #80BDF3;
}
</style>
background-color css
<style>
a { background-color: #80BDF3; }
a { background-color: rgb(128,189,243); }
div.DivClassName
{
background-color: #80BDF3;
}
.BgClassName
{
background-color: #80BDF3;
}
</style>
border-color css
<style>
span { border-color: #80BDF3; }
span { border-color: rgb(128,189,243); }
td.TdClassName
{
border-color: #80BDF3;
}
.TagClassName
{
border-color: #80BDF3;
}
</style>