Shades of Maya Blue #72C0FC
Tints of Maya Blue #72C0FC
RGB
CMYK
RGB Variations
Color information
#72C0FC (or 0x72C0FC) is known color: Maya Blue. HEX triplet: 72, C0 and FC. RGB value is (114,192,252). Sum of RGB (Red+Green+Blue) = 114+192+252=558 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.43% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #72C0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0FC is #8D3F03. Grayscale: #AFAFAF. Windows color (decimal): -9256708 or 16564338. OLE color: 16564338.
HSL color Cylindrical-coordinate representation of color #72C0FC: hue angle of 206.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C0FC is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 192 | 252 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.01 |
| HSL | 206.09º | 0.96% | 0.72% | - |
| HSV(B) | 206.09º | 0.55% | 0.99% | - |
| XYZ | 43.36 | 48.3 | 99.13 | - |
| YUV | 175.52 | 171.16 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 252 | 0.55 | 0.24 | 0 | 0.01 | 206.09 | 0.96 | 0.72 |
| Hex | 72 | C0 | FC | 37 | 18 | 0 | 1 | CE | 60 | 48 |
| Octal | 162 | 300 | 374 | 67 | 30 | 0 | 1 | 316 | 140 | 110 |
| Binary | 1110010 | 11000000 | 11111100 | 110111 | 11000 | 0 | 1 | 11001110 | 1100000 | 1001000 |
Color Harmonies of #72C0FC
Complementary color
Monochromatic Colors of #72C0FC
Black with #72C0FC
Text Example
Text Example
White with #72C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C0FC; }
p { color: rgb(114,192,252); }
H1.HeaderClassName
{
color: #72C0FC;
}
.AnyTagClassName
{
color: #72C0FC;
}
</style>
background-color css
<style>
a { background-color: #72C0FC; }
a { background-color: rgb(114,192,252); }
div.DivClassName
{
background-color: #72C0FC;
}
.BgClassName
{
background-color: #72C0FC;
}
</style>
border-color css
<style>
span { border-color: #72C0FC; }
span { border-color: rgb(114,192,252); }
td.TdClassName
{
border-color: #72C0FC;
}
.TagClassName
{
border-color: #72C0FC;
}
</style>