#72C6EA

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

Shades of Maya Blue #72C6EA

Tints of Maya Blue #72C6EA

Color information

#72C6EA (or 0x72C6EA) is unknown color: approx Maya Blue. HEX triplet: 72, C6 and EA. RGB value is (114,198,234). Sum of RGB (Red+Green+Blue) = 114+198+234=546 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.88% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #72C6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C6EA is #8D3915. Grayscale: #B0B0B0. Windows color (decimal): -9255190 or 15386226. OLE color: 15386226.

HSL color Cylindrical-coordinate representation of color #72C6EA: hue angle of 198º 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 #72C6EA is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114198234-
CMYK0.510.1500.08
HSL198º74.07%68.24%-
HSV(B)198º51.28%91.76%-
XYZ41.9849.9185.26-
YUV176.99160.1783.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.88%
GREEN value IS 198 (77.73% from 255) = 36.26%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=20.88%
G=36.26%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141982340.510.1500.0819874.0768.24
Hex72C6EA33F08c64a44
Octal1623063526317010306112104
Binary111001011000110111010101100111111010001100011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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