#72C1F1

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

Shades of Maya Blue #72C1F1

Tints of Maya Blue #72C1F1

Color information

#72C1F1 (or 0x72C1F1) is unknown color: approx Maya Blue. HEX triplet: 72, C1 and F1. RGB value is (114,193,241). Sum of RGB (Red+Green+Blue) = 114+193+241=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #72C1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72C1F1 is #8D3E0E. Grayscale: #AEAEAE. Windows color (decimal): -9256463 or 15843698. OLE color: 15843698.

HSL color Cylindrical-coordinate representation of color #72C1F1: hue angle of 202.68º 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 #72C1F1 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB114193241-
CMYK0.530.2000.05
HSL202.68º81.94%69.61%-
HSV(B)202.68º52.7%94.51%-
XYZ41.8948.0790.29-
YUV174.85165.3384.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.80%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 241 (94.53% from 255) = 43.98%
R=20.80%
G=35.22%
B=43.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141932410.530.2000.05202.6881.9469.61
Hex72C1F1351405cb5246
Octal162301361652405313122106
Binary111001011000001111100011101011010001011100101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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