Shades of Maya Blue #72C0FE
Tints of Maya Blue #72C0FE
RGB
CMYK
RGB Variations
Color information
#72C0FE (or 0x72C0FE) is known color: Maya Blue. HEX triplet: 72, C0 and FE. RGB value is (114,192,254). Sum of RGB (Red+Green+Blue) = 114+192+254=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #72C0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0FE is #8D3F01. Grayscale: #AFAFAF. Windows color (decimal): -9256706 or 16695410. OLE color: 16695410.
HSL color Cylindrical-coordinate representation of color #72C0FE: hue angle of 206.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C0FE is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 192 | 254 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.00 |
| HSL | 206.57º | 0.99% | 0.72% | - |
| HSV(B) | 206.57º | 0.55% | 1% | - |
| XYZ | 43.68 | 48.43 | 100.81 | - |
| YUV | 175.75 | 172.16 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 254 | 0.55 | 0.24 | 0 | 0.00 | 206.57 | 0.99 | 0.72 |
| Hex | 72 | C0 | FE | 37 | 18 | 0 | 0 | CF | 63 | 48 |
| Octal | 162 | 300 | 376 | 67 | 30 | 0 | 0 | 317 | 143 | 110 |
| Binary | 1110010 | 11000000 | 11111110 | 110111 | 11000 | 0 | 0 | 11001111 | 1100011 | 1001000 |
Color Harmonies of #72C0FE
Complementary color
Monochromatic Colors of #72C0FE
Black with #72C0FE
Text Example
Text Example
White with #72C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C0FE; }
p { color: rgb(114,192,254); }
H1.HeaderClassName
{
color: #72C0FE;
}
.AnyTagClassName
{
color: #72C0FE;
}
</style>
background-color css
<style>
a { background-color: #72C0FE; }
a { background-color: rgb(114,192,254); }
div.DivClassName
{
background-color: #72C0FE;
}
.BgClassName
{
background-color: #72C0FE;
}
</style>
border-color css
<style>
span { border-color: #72C0FE; }
span { border-color: rgb(114,192,254); }
td.TdClassName
{
border-color: #72C0FE;
}
.TagClassName
{
border-color: #72C0FE;
}
</style>