Shades of Maya Blue #72D2FA
Tints of Maya Blue #72D2FA
RGB
CMYK
RGB Variations
Color information
#72D2FA (or 0x72D2FA) is known color: Maya Blue. HEX triplet: 72, D2 and FA. RGB value is (114,210,250). Sum of RGB (Red+Green+Blue) = 114+210+250=574 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.86% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #72D2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D2FA is #8D2D05. Grayscale: #B9B9B9. Windows color (decimal): -9252102 or 16437874. OLE color: 16437874.
HSL color Cylindrical-coordinate representation of color #72D2FA: hue angle of 197.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72D2FA is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 210 | 250 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.02 |
| HSL | 197.65º | 0.93% | 0.71% | - |
| HSV(B) | 197.65º | 0.54% | 0.98% | - |
| XYZ | 47.24 | 56.57 | 98.87 | - |
| YUV | 185.86 | 164.2 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 210 | 250 | 0.54 | 0.16 | 0 | 0.02 | 197.65 | 0.93 | 0.71 |
| Hex | 72 | D2 | FA | 36 | 10 | 0 | 2 | C6 | 5D | 47 |
| Octal | 162 | 322 | 372 | 66 | 20 | 0 | 2 | 306 | 135 | 107 |
| Binary | 1110010 | 11010010 | 11111010 | 110110 | 10000 | 0 | 10 | 11000110 | 1011101 | 1000111 |
Color Harmonies of #72D2FA
Complementary color
Monochromatic Colors of #72D2FA
Black with #72D2FA
Text Example
Text Example
White with #72D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D2FA; }
p { color: rgb(114,210,250); }
H1.HeaderClassName
{
color: #72D2FA;
}
.AnyTagClassName
{
color: #72D2FA;
}
</style>
background-color css
<style>
a { background-color: #72D2FA; }
a { background-color: rgb(114,210,250); }
div.DivClassName
{
background-color: #72D2FA;
}
.BgClassName
{
background-color: #72D2FA;
}
</style>
border-color css
<style>
span { border-color: #72D2FA; }
span { border-color: rgb(114,210,250); }
td.TdClassName
{
border-color: #72D2FA;
}
.TagClassName
{
border-color: #72D2FA;
}
</style>