Shades of Maya Blue #72CBF0
Tints of Maya Blue #72CBF0
RGB
CMYK
RGB Variations
Color information
#72CBF0 (or 0x72CBF0) is known color: Maya Blue. HEX triplet: 72, CB and F0. RGB value is (114,203,240). Sum of RGB (Red+Green+Blue) = 114+203+240=557 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.47% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #72CBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CBF0 is #8D340F. Grayscale: #B4B4B4. Windows color (decimal): -9253904 or 15780722. OLE color: 15780722.
HSL color Cylindrical-coordinate representation of color #72CBF0: hue angle of 197.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72CBF0 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 203 | 240 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.06 |
| HSL | 197.62º | 0.81% | 0.69% | - |
| HSV(B) | 197.62º | 0.53% | 0.94% | - |
| XYZ | 44.02 | 52.58 | 90.27 | - |
| YUV | 180.61 | 161.51 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 203 | 240 | 0.52 | 0.15 | 0 | 0.06 | 197.62 | 0.81 | 0.69 |
| Hex | 72 | CB | F0 | 34 | F | 0 | 6 | C6 | 51 | 45 |
| Octal | 162 | 313 | 360 | 64 | 17 | 0 | 6 | 306 | 121 | 105 |
| Binary | 1110010 | 11001011 | 11110000 | 110100 | 1111 | 0 | 110 | 11000110 | 1010001 | 1000101 |
Color Harmonies of #72CBF0
Complementary color
Monochromatic Colors of #72CBF0
Black with #72CBF0
Text Example
Text Example
White with #72CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CBF0; }
p { color: rgb(114,203,240); }
H1.HeaderClassName
{
color: #72CBF0;
}
.AnyTagClassName
{
color: #72CBF0;
}
</style>
background-color css
<style>
a { background-color: #72CBF0; }
a { background-color: rgb(114,203,240); }
div.DivClassName
{
background-color: #72CBF0;
}
.BgClassName
{
background-color: #72CBF0;
}
</style>
border-color css
<style>
span { border-color: #72CBF0; }
span { border-color: rgb(114,203,240); }
td.TdClassName
{
border-color: #72CBF0;
}
.TagClassName
{
border-color: #72CBF0;
}
</style>