Shades of Maya Blue #72ABFE
Tints of Maya Blue #72ABFE
RGB
CMYK
RGB Variations
Color information
#72ABFE (or 0x72ABFE) is known color: Maya Blue. HEX triplet: 72, AB and FE. RGB value is (114,171,254). Sum of RGB (Red+Green+Blue) = 114+171+254=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #72ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72ABFE is #8D5401. Grayscale: #A3A3A3. Windows color (decimal): -9262082 or 16690034. OLE color: 16690034.
HSL color Cylindrical-coordinate representation of color #72ABFE: hue angle of 215.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 #72ABFE is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 171 | 254 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.00 |
| HSL | 215.57º | 0.99% | 0.72% | - |
| HSV(B) | 215.57º | 0.55% | 1% | - |
| XYZ | 39.39 | 39.86 | 99.38 | - |
| YUV | 163.42 | 179.12 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 254 | 0.55 | 0.33 | 0 | 0.00 | 215.57 | 0.99 | 0.72 |
| Hex | 72 | AB | FE | 37 | 21 | 0 | 0 | D8 | 63 | 48 |
| Octal | 162 | 253 | 376 | 67 | 41 | 0 | 0 | 330 | 143 | 110 |
| Binary | 1110010 | 10101011 | 11111110 | 110111 | 100001 | 0 | 0 | 11011000 | 1100011 | 1001000 |
Color Harmonies of #72ABFE
Complementary color
Monochromatic Colors of #72ABFE
Black with #72ABFE
Text Example
Text Example
White with #72ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ABFE; }
p { color: rgb(114,171,254); }
H1.HeaderClassName
{
color: #72ABFE;
}
.AnyTagClassName
{
color: #72ABFE;
}
</style>
background-color css
<style>
a { background-color: #72ABFE; }
a { background-color: rgb(114,171,254); }
div.DivClassName
{
background-color: #72ABFE;
}
.BgClassName
{
background-color: #72ABFE;
}
</style>
border-color css
<style>
span { border-color: #72ABFE; }
span { border-color: rgb(114,171,254); }
td.TdClassName
{
border-color: #72ABFE;
}
.TagClassName
{
border-color: #72ABFE;
}
</style>