Shades of Maya Blue #72C2FB
Tints of Maya Blue #72C2FB
RGB
CMYK
RGB Variations
Color information
#72C2FB (or 0x72C2FB) is known color: Maya Blue. HEX triplet: 72, C2 and FB. RGB value is (114,194,251). Sum of RGB (Red+Green+Blue) = 114+194+251=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #72C2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C2FB is #8D3D04. Grayscale: #B0B0B0. Windows color (decimal): -9256197 or 16499314. OLE color: 16499314.
HSL color Cylindrical-coordinate representation of color #72C2FB: hue angle of 204.96º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C2FB is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 194 | 251 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.02 |
| HSL | 204.96º | 0.94% | 0.72% | - |
| HSV(B) | 204.96º | 0.55% | 0.98% | - |
| XYZ | 43.64 | 49.13 | 98.45 | - |
| YUV | 176.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 194 | 251 | 0.55 | 0.23 | 0 | 0.02 | 204.96 | 0.94 | 0.72 |
| Hex | 72 | C2 | FB | 37 | 17 | 0 | 2 | CD | 5E | 48 |
| Octal | 162 | 302 | 373 | 67 | 27 | 0 | 2 | 315 | 136 | 110 |
| Binary | 1110010 | 11000010 | 11111011 | 110111 | 10111 | 0 | 10 | 11001101 | 1011110 | 1001000 |
Color Harmonies of #72C2FB
Complementary color
Monochromatic Colors of #72C2FB
Black with #72C2FB
Text Example
Text Example
White with #72C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C2FB; }
p { color: rgb(114,194,251); }
H1.HeaderClassName
{
color: #72C2FB;
}
.AnyTagClassName
{
color: #72C2FB;
}
</style>
background-color css
<style>
a { background-color: #72C2FB; }
a { background-color: rgb(114,194,251); }
div.DivClassName
{
background-color: #72C2FB;
}
.BgClassName
{
background-color: #72C2FB;
}
</style>
border-color css
<style>
span { border-color: #72C2FB; }
span { border-color: rgb(114,194,251); }
td.TdClassName
{
border-color: #72C2FB;
}
.TagClassName
{
border-color: #72C2FB;
}
</style>