Shades of Maya Blue #72CDF0
Tints of Maya Blue #72CDF0
RGB
CMYK
RGB Variations
Color information
#72CDF0 (or 0x72CDF0) is known color: Maya Blue. HEX triplet: 72, CD and F0. RGB value is (114,205,240). Sum of RGB (Red+Green+Blue) = 114+205+240=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #72CDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CDF0 is #8D320F. Grayscale: #B5B5B5. Windows color (decimal): -9253392 or 15781234. OLE color: 15781234.
HSL color Cylindrical-coordinate representation of color #72CDF0: hue angle of 196.67º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72CDF0 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 205 | 240 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.06 |
| HSL | 196.67º | 0.81% | 0.69% | - |
| HSV(B) | 196.67º | 0.53% | 0.94% | - |
| XYZ | 44.5 | 53.53 | 90.43 | - |
| YUV | 181.78 | 160.85 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 205 | 240 | 0.52 | 0.15 | 0 | 0.06 | 196.67 | 0.81 | 0.69 |
| Hex | 72 | CD | F0 | 34 | F | 0 | 6 | C5 | 51 | 45 |
| Octal | 162 | 315 | 360 | 64 | 17 | 0 | 6 | 305 | 121 | 105 |
| Binary | 1110010 | 11001101 | 11110000 | 110100 | 1111 | 0 | 110 | 11000101 | 1010001 | 1000101 |
Color Harmonies of #72CDF0
Complementary color
Monochromatic Colors of #72CDF0
Black with #72CDF0
Text Example
Text Example
White with #72CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CDF0; }
p { color: rgb(114,205,240); }
H1.HeaderClassName
{
color: #72CDF0;
}
.AnyTagClassName
{
color: #72CDF0;
}
</style>
background-color css
<style>
a { background-color: #72CDF0; }
a { background-color: rgb(114,205,240); }
div.DivClassName
{
background-color: #72CDF0;
}
.BgClassName
{
background-color: #72CDF0;
}
</style>
border-color css
<style>
span { border-color: #72CDF0; }
span { border-color: rgb(114,205,240); }
td.TdClassName
{
border-color: #72CDF0;
}
.TagClassName
{
border-color: #72CDF0;
}
</style>