Shades of Maya Blue #72BDF2
Tints of Maya Blue #72BDF2
RGB
CMYK
RGB Variations
Color information
#72BDF2 (or 0x72BDF2) is known color: Maya Blue. HEX triplet: 72, BD and F2. RGB value is (114,189,242). Sum of RGB (Red+Green+Blue) = 114+189+242=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #72BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BDF2 is #8D420D. Grayscale: #ACACAC. Windows color (decimal): -9257486 or 15908210. OLE color: 15908210.
HSL color Cylindrical-coordinate representation of color #72BDF2: hue angle of 204.84º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72BDF2 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 189 | 242 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.05 |
| HSL | 204.84º | 0.83% | 0.7% | - |
| HSV(B) | 204.84º | 0.53% | 0.95% | - |
| XYZ | 41.16 | 46.38 | 90.79 | - |
| YUV | 172.62 | 167.15 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 242 | 0.53 | 0.22 | 0 | 0.05 | 204.84 | 0.83 | 0.7 |
| Hex | 72 | BD | F2 | 35 | 16 | 0 | 5 | CD | 53 | 46 |
| Octal | 162 | 275 | 362 | 65 | 26 | 0 | 5 | 315 | 123 | 106 |
| Binary | 1110010 | 10111101 | 11110010 | 110101 | 10110 | 0 | 101 | 11001101 | 1010011 | 1000110 |
Color Harmonies of #72BDF2
Complementary color
Monochromatic Colors of #72BDF2
Black with #72BDF2
Text Example
Text Example
White with #72BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BDF2; }
p { color: rgb(114,189,242); }
H1.HeaderClassName
{
color: #72BDF2;
}
.AnyTagClassName
{
color: #72BDF2;
}
</style>
background-color css
<style>
a { background-color: #72BDF2; }
a { background-color: rgb(114,189,242); }
div.DivClassName
{
background-color: #72BDF2;
}
.BgClassName
{
background-color: #72BDF2;
}
</style>
border-color css
<style>
span { border-color: #72BDF2; }
span { border-color: rgb(114,189,242); }
td.TdClassName
{
border-color: #72BDF2;
}
.TagClassName
{
border-color: #72BDF2;
}
</style>