#72C5EB

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

Shades of Maya Blue #72C5EB

Tints of Maya Blue #72C5EB

Color information

#72C5EB (or 0x72C5EB) is unknown color: approx Maya Blue. HEX triplet: 72, C5 and EB. RGB value is (114,197,235). Sum of RGB (Red+Green+Blue) = 114+197+235=546 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.88% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #72C5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C5EB is #8D3A14. Grayscale: #B0B0B0. Windows color (decimal): -9255445 or 15451506. OLE color: 15451506.

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

Color convert

RGB114197235-
CMYK0.510.1600.08
HSL198.84º75.16%68.43%-
HSV(B)198.84º51.49%92.16%-
XYZ41.949.5185.94-
YUV176.5216183.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.88%
GREEN value IS 197 (77.34% from 255) = 36.08%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=20.88%
G=36.08%
B=43.04%

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
Decimal1141972350.510.1600.08198.8475.1668.43
Hex72C5EB331008c74b44
Octal1623053536320010307113104
Binary1110010110001011110101111001110000010001100011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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