Shades of Maya Blue #72C1FE
Tints of Maya Blue #72C1FE
RGB
CMYK
RGB Variations
Color information
#72C1FE (or 0x72C1FE) is known color: Maya Blue. HEX triplet: 72, C1 and FE. RGB value is (114,193,254). Sum of RGB (Red+Green+Blue) = 114+193+254=561 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.32% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #72C1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C1FE is #8D3E01. Grayscale: #B0B0B0. Windows color (decimal): -9256450 or 16695666. OLE color: 16695666.
HSL color Cylindrical-coordinate representation of color #72C1FE: hue angle of 206.14º 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 #72C1FE is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 193 | 254 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.00 |
| HSL | 206.14º | 0.99% | 0.72% | - |
| HSV(B) | 206.14º | 0.55% | 1% | - |
| XYZ | 43.9 | 48.87 | 100.89 | - |
| YUV | 176.33 | 171.83 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 254 | 0.55 | 0.24 | 0 | 0.00 | 206.14 | 0.99 | 0.72 |
| Hex | 72 | C1 | FE | 37 | 18 | 0 | 0 | CE | 63 | 48 |
| Octal | 162 | 301 | 376 | 67 | 30 | 0 | 0 | 316 | 143 | 110 |
| Binary | 1110010 | 11000001 | 11111110 | 110111 | 11000 | 0 | 0 | 11001110 | 1100011 | 1001000 |
Color Harmonies of #72C1FE
Complementary color
Monochromatic Colors of #72C1FE
Black with #72C1FE
Text Example
Text Example
White with #72C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C1FE; }
p { color: rgb(114,193,254); }
H1.HeaderClassName
{
color: #72C1FE;
}
.AnyTagClassName
{
color: #72C1FE;
}
</style>
background-color css
<style>
a { background-color: #72C1FE; }
a { background-color: rgb(114,193,254); }
div.DivClassName
{
background-color: #72C1FE;
}
.BgClassName
{
background-color: #72C1FE;
}
</style>
border-color css
<style>
span { border-color: #72C1FE; }
span { border-color: rgb(114,193,254); }
td.TdClassName
{
border-color: #72C1FE;
}
.TagClassName
{
border-color: #72C1FE;
}
</style>