#72C0EC

Color #72C0EC Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #72C0EC

Tints of Maya Blue #72C0EC

Color information

#72C0EC (or 0x72C0EC) is unknown color: approx Maya Blue. HEX triplet: 72, C0 and EC. RGB value is (114,192,236). Sum of RGB (Red+Green+Blue) = 114+192+236=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #72C0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C0EC is #8D3F13. Grayscale: #ADADAD. Windows color (decimal): -9256724 or 15515762. OLE color: 15515762.

HSL color Cylindrical-coordinate representation of color #72C0EC: hue angle of 201.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72C0EC is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114192236-
CMYK0.520.1900.07
HSL201.64º76.25%68.63%-
HSV(B)201.64º51.69%92.55%-
XYZ40.9347.3386.34-
YUV173.69163.1685.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 21.03%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 236 (92.58% from 255) = 43.54%
R=21.03%
G=35.42%
B=43.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141922360.520.1900.07201.6476.2568.63
Hex72C0EC341307ca4c45
Octal162300354642307312114105
Binary111001011000000111011001101001001101111100101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72C0EC; }

 p { color: rgb(114,192,236); }

 H1.HeaderClassName
 {
   color: #72C0EC;
 }
 .AnyTagClassName
 {
   color: #72C0EC;
 }
</style>
background-color css

<style>
 a { background-color: #72C0EC; }

 a { background-color: rgb(114,192,236); }

 div.DivClassName
 {
   background-color: #72C0EC;
 }
 .BgClassName
 {
   background-color: #72C0EC;
 }
</style>
border-color css

<style>
 span { border-color: #72C0EC; }

 span { border-color: rgb(114,192,236); }

 td.TdClassName
 {
   border-color: #72C0EC;
 }
 .TagClassName
 {
   border-color: #72C0EC;
 }
</style>