#72c4f9

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

Shades of Maya Blue #72C4F9

Tints of Maya Blue #72C4F9

Color information

#72C4F9 (or 0x72C4F9) is unknown color: approx Maya Blue. HEX triplet: 72, C4 and F9. RGB value is (114,196,249). Sum of RGB (Red+Green+Blue) = 114+196+249=559 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.39% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #72C4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C4F9 is #8D3B06. Grayscale: #B1B1B1. Windows color (decimal): -9255687 or 16368754. OLE color: 16368754.

HSL color Cylindrical-coordinate representation of color #72C4F9: hue angle of 203.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72C4F9 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB114196249-
CMYK0.540.2100.02
HSL203.56º91.84%71.18%-
HSV(B)203.56º54.22%97.65%-
XYZ43.7849.996.95-
YUV177.52168.3382.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.39%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 249 (97.66% from 255) = 44.54%
R=20.39%
G=35.06%
B=44.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1141962490.540.2100.02203.5691.8471.18
Hex72C4F9361502cc5c47
Octal162304371662502314134107
Binary11100101100010011111001110110101010101100110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72c4f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,196,249); }

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

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

 a { background-color: rgb(114,196,249); }

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

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

 span { border-color: rgb(114,196,249); }

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