Shades of Maya Blue #82BDF8
Tints of Maya Blue #82BDF8
RGB
CMYK
RGB Variations
Color information
#82BDF8 (or 0x82BDF8) is known color: Maya Blue. HEX triplet: 82, BD and F8. RGB value is (130,189,248). Sum of RGB (Red+Green+Blue) = 130+189+248=567 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.93% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #82BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDF8 is #7D4207. Grayscale: #B1B1B1. Windows color (decimal): -8208904 or 16301442. OLE color: 16301442.
HSL color Cylindrical-coordinate representation of color #82BDF8: hue angle of 210º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82BDF8 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 189 | 248 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.03 |
| HSL | 210º | 0.89% | 0.74% | - |
| HSV(B) | 210º | 0.48% | 0.97% | - |
| XYZ | 44.35 | 47.92 | 95.72 | - |
| YUV | 178.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 248 | 0.48 | 0.24 | 0 | 0.03 | 210 | 0.89 | 0.74 |
| Hex | 82 | BD | F8 | 30 | 18 | 0 | 3 | D2 | 59 | 4A |
| Octal | 202 | 275 | 370 | 60 | 30 | 0 | 3 | 322 | 131 | 112 |
| Binary | 10000010 | 10111101 | 11111000 | 110000 | 11000 | 0 | 11 | 11010010 | 1011001 | 1001010 |
Color Harmonies of #82BDF8
Complementary color
Monochromatic Colors of #82BDF8
Black with #82BDF8
Text Example
Text Example
White with #82BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BDF8; }
p { color: rgb(130,189,248); }
H1.HeaderClassName
{
color: #82BDF8;
}
.AnyTagClassName
{
color: #82BDF8;
}
</style>
background-color css
<style>
a { background-color: #82BDF8; }
a { background-color: rgb(130,189,248); }
div.DivClassName
{
background-color: #82BDF8;
}
.BgClassName
{
background-color: #82BDF8;
}
</style>
border-color css
<style>
span { border-color: #82BDF8; }
span { border-color: rgb(130,189,248); }
td.TdClassName
{
border-color: #82BDF8;
}
.TagClassName
{
border-color: #82BDF8;
}
</style>