Shades of Maya Blue #72C0FF
Tints of Maya Blue #72C0FF
RGB
CMYK
RGB Variations
Color information
#72C0FF (or 0x72C0FF) is known color: Maya Blue. HEX triplet: 72, C0 and FF. RGB value is (114,192,255). Sum of RGB (Red+Green+Blue) = 114+192+255=561 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.32% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #72C0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0FF is #8D3F00. Grayscale: #AFAFAF. Windows color (decimal): -9256705 or 16760946. OLE color: 16760946.
HSL color Cylindrical-coordinate representation of color #72C0FF: hue angle of 206.81º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C0FF is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 192 | 255 | - |
| CMYK | 0.55 | 0.25 | 0 | 0 |
| HSL | 206.81º | 1% | 0.72% | - |
| HSV(B) | 206.81º | 0.55% | 1% | - |
| XYZ | 43.84 | 48.5 | 101.66 | - |
| YUV | 175.86 | 172.66 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 255 | 0.55 | 0.25 | 0 | 0 | 206.81 | 1 | 0.72 |
| Hex | 72 | C0 | FF | 37 | 19 | 0 | 0 | CF | 64 | 48 |
| Octal | 162 | 300 | 377 | 67 | 31 | 0 | 0 | 317 | 144 | 110 |
| Binary | 1110010 | 11000000 | 11111111 | 110111 | 11001 | 0 | 0 | 11001111 | 1100100 | 1001000 |
Color Harmonies of #72C0FF
Complementary color
Monochromatic Colors of #72C0FF
Black with #72C0FF
Text Example
Text Example
White with #72C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C0FF; }
p { color: rgb(114,192,255); }
H1.HeaderClassName
{
color: #72C0FF;
}
.AnyTagClassName
{
color: #72C0FF;
}
</style>
background-color css
<style>
a { background-color: #72C0FF; }
a { background-color: rgb(114,192,255); }
div.DivClassName
{
background-color: #72C0FF;
}
.BgClassName
{
background-color: #72C0FF;
}
</style>
border-color css
<style>
span { border-color: #72C0FF; }
span { border-color: rgb(114,192,255); }
td.TdClassName
{
border-color: #72C0FF;
}
.TagClassName
{
border-color: #72C0FF;
}
</style>