#72C7F6

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

Shades of Maya Blue #72C7F6

Tints of Maya Blue #72C7F6

Color information

#72C7F6 (or 0x72C7F6) is unknown color: approx Maya Blue. HEX triplet: 72, C7 and F6. RGB value is (114,199,246). Sum of RGB (Red+Green+Blue) = 114+199+246=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #72C7F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C7F6 is #8D3809. Grayscale: #B2B2B2. Windows color (decimal): -9254922 or 16172914. OLE color: 16172914.

HSL color Cylindrical-coordinate representation of color #72C7F6: hue angle of 201.36º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72C7F6 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB114199246-
CMYK0.540.1900.04
HSL201.36º88%70.59%-
HSV(B)201.36º53.66%96.47%-
XYZ4451.0894.73-
YUV178.94165.8481.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.39%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 246 (96.48% from 255) = 44.01%
R=20.39%
G=35.60%
B=44.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1141992460.540.1900.04201.368870.59
Hex72C7F6361304c95847
Octal162307366662304311130107
Binary111001011000111111101101101101001101001100100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,199,246); }

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

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

 a { background-color: rgb(114,199,246); }

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

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

 span { border-color: rgb(114,199,246); }

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