#72C5F1

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

Shades of Maya Blue #72C5F1

Tints of Maya Blue #72C5F1

Color information

#72C5F1 (or 0x72C5F1) is unknown color: approx Maya Blue. HEX triplet: 72, C5 and F1. RGB value is (114,197,241). Sum of RGB (Red+Green+Blue) = 114+197+241=552 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.65% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #72C5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C5F1 is #8D3A0E. Grayscale: #B0B0B0. Windows color (decimal): -9255439 or 15844722. OLE color: 15844722.

HSL color Cylindrical-coordinate representation of color #72C5F1: hue angle of 200.79º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72C5F1 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114197241-
CMYK0.530.1800.05
HSL200.79º81.94%69.61%-
HSV(B)200.79º52.7%94.51%-
XYZ42.7849.8690.59-
YUV177.216482.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.65%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=20.65%
G=35.69%
B=43.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141972410.530.1800.05200.7981.9469.61
Hex72C5F1351205c95246
Octal162305361652205311122106
Binary111001011000101111100011101011001001011100100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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