#72C5EA

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

Shades of Maya Blue #72C5EA

Tints of Maya Blue #72C5EA

Color information

#72C5EA (or 0x72C5EA) is unknown color: approx Maya Blue. HEX triplet: 72, C5 and EA. RGB value is (114,197,234). Sum of RGB (Red+Green+Blue) = 114+197+234=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #72C5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C5EA is #8D3A15. Grayscale: #B0B0B0. Windows color (decimal): -9255446 or 15385970. OLE color: 15385970.

HSL color Cylindrical-coordinate representation of color #72C5EA: hue angle of 198.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72C5EA is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114197234-
CMYK0.510.1600.08
HSL198.5º74.07%68.24%-
HSV(B)198.5º51.28%91.76%-
XYZ41.7649.4585.19-
YUV176.4160.583.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.92%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=20.92%
G=36.15%
B=42.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141972340.510.1600.08198.574.0768.24
Hex72C5EA331008c64a44
Octal1623053526320010306112104
Binary1110010110001011110101011001110000010001100011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,197,234); }

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

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

 a { background-color: rgb(114,197,234); }

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

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

 span { border-color: rgb(114,197,234); }

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