Shades of Maya Blue #72C3FF
Tints of Maya Blue #72C3FF
RGB
CMYK
RGB Variations
Color information
#72C3FF (or 0x72C3FF) is known color: Maya Blue. HEX triplet: 72, C3 and FF. RGB value is (114,195,255). Sum of RGB (Red+Green+Blue) = 114+195+255=564 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.21% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #72C3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C3FF is #8D3C00. Grayscale: #B1B1B1. Windows color (decimal): -9255937 or 16761714. OLE color: 16761714.
HSL color Cylindrical-coordinate representation of color #72C3FF: hue angle of 205.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C3FF is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 195 | 255 | - |
| CMYK | 0.55 | 0.24 | 0 | 0 |
| HSL | 205.53º | 1% | 0.72% | - |
| HSV(B) | 205.53º | 0.55% | 1% | - |
| XYZ | 44.5 | 49.83 | 101.88 | - |
| YUV | 177.62 | 171.66 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 195 | 255 | 0.55 | 0.24 | 0 | 0 | 205.53 | 1 | 0.72 |
| Hex | 72 | C3 | FF | 37 | 18 | 0 | 0 | CE | 64 | 48 |
| Octal | 162 | 303 | 377 | 67 | 30 | 0 | 0 | 316 | 144 | 110 |
| Binary | 1110010 | 11000011 | 11111111 | 110111 | 11000 | 0 | 0 | 11001110 | 1100100 | 1001000 |
Color Harmonies of #72C3FF
Complementary color
Monochromatic Colors of #72C3FF
Black with #72C3FF
Text Example
Text Example
White with #72C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C3FF; }
p { color: rgb(114,195,255); }
H1.HeaderClassName
{
color: #72C3FF;
}
.AnyTagClassName
{
color: #72C3FF;
}
</style>
background-color css
<style>
a { background-color: #72C3FF; }
a { background-color: rgb(114,195,255); }
div.DivClassName
{
background-color: #72C3FF;
}
.BgClassName
{
background-color: #72C3FF;
}
</style>
border-color css
<style>
span { border-color: #72C3FF; }
span { border-color: rgb(114,195,255); }
td.TdClassName
{
border-color: #72C3FF;
}
.TagClassName
{
border-color: #72C3FF;
}
</style>