Shades of Maya Blue #72B1FE
Tints of Maya Blue #72B1FE
RGB
CMYK
RGB Variations
Color information
#72B1FE (or 0x72B1FE) is known color: Maya Blue. HEX triplet: 72, B1 and FE. RGB value is (114,177,254). Sum of RGB (Red+Green+Blue) = 114+177+254=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #72B1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72B1FE is #8D4E01. Grayscale: #A6A6A6. Windows color (decimal): -9260546 or 16691570. OLE color: 16691570.
HSL color Cylindrical-coordinate representation of color #72B1FE: hue angle of 213º 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 #72B1FE is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 177 | 254 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.00 |
| HSL | 213º | 0.99% | 0.72% | - |
| HSV(B) | 213º | 0.55% | 1% | - |
| XYZ | 40.55 | 42.18 | 99.77 | - |
| YUV | 166.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 177 | 254 | 0.55 | 0.30 | 0 | 0.00 | 213 | 0.99 | 0.72 |
| Hex | 72 | B1 | FE | 37 | 1E | 0 | 0 | D5 | 63 | 48 |
| Octal | 162 | 261 | 376 | 67 | 36 | 0 | 0 | 325 | 143 | 110 |
| Binary | 1110010 | 10110001 | 11111110 | 110111 | 11110 | 0 | 0 | 11010101 | 1100011 | 1001000 |
Color Harmonies of #72B1FE
Complementary color
Monochromatic Colors of #72B1FE
Black with #72B1FE
Text Example
Text Example
White with #72B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B1FE; }
p { color: rgb(114,177,254); }
H1.HeaderClassName
{
color: #72B1FE;
}
.AnyTagClassName
{
color: #72B1FE;
}
</style>
background-color css
<style>
a { background-color: #72B1FE; }
a { background-color: rgb(114,177,254); }
div.DivClassName
{
background-color: #72B1FE;
}
.BgClassName
{
background-color: #72B1FE;
}
</style>
border-color css
<style>
span { border-color: #72B1FE; }
span { border-color: rgb(114,177,254); }
td.TdClassName
{
border-color: #72B1FE;
}
.TagClassName
{
border-color: #72B1FE;
}
</style>