Shades of Maya Blue #72D3FB
Tints of Maya Blue #72D3FB
RGB
CMYK
RGB Variations
Color information
#72D3FB (or 0x72D3FB) is known color: Maya Blue. HEX triplet: 72, D3 and FB. RGB value is (114,211,251). Sum of RGB (Red+Green+Blue) = 114+211+251=576 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.79% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #72D3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72D3FB is #8D2C04. Grayscale: #BABABA. Windows color (decimal): -9251845 or 16503666. OLE color: 16503666.
HSL color Cylindrical-coordinate representation of color #72D3FB: hue angle of 197.52º 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 #72D3FB is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 211 | 251 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.02 |
| HSL | 197.52º | 0.94% | 0.72% | - |
| HSV(B) | 197.52º | 0.55% | 0.98% | - |
| XYZ | 47.65 | 57.13 | 99.78 | - |
| YUV | 186.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 211 | 251 | 0.55 | 0.16 | 0 | 0.02 | 197.52 | 0.94 | 0.72 |
| Hex | 72 | D3 | FB | 37 | 10 | 0 | 2 | C6 | 5E | 48 |
| Octal | 162 | 323 | 373 | 67 | 20 | 0 | 2 | 306 | 136 | 110 |
| Binary | 1110010 | 11010011 | 11111011 | 110111 | 10000 | 0 | 10 | 11000110 | 1011110 | 1001000 |
Color Harmonies of #72D3FB
Complementary color
Monochromatic Colors of #72D3FB
Black with #72D3FB
Text Example
Text Example
White with #72D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D3FB; }
p { color: rgb(114,211,251); }
H1.HeaderClassName
{
color: #72D3FB;
}
.AnyTagClassName
{
color: #72D3FB;
}
</style>
background-color css
<style>
a { background-color: #72D3FB; }
a { background-color: rgb(114,211,251); }
div.DivClassName
{
background-color: #72D3FB;
}
.BgClassName
{
background-color: #72D3FB;
}
</style>
border-color css
<style>
span { border-color: #72D3FB; }
span { border-color: rgb(114,211,251); }
td.TdClassName
{
border-color: #72D3FB;
}
.TagClassName
{
border-color: #72D3FB;
}
</style>