#72CEF1

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

Shades of Maya Blue #72CEF1

Tints of Maya Blue #72CEF1

Color information

#72CEF1 (or 0x72CEF1) is unknown color: approx Maya Blue. HEX triplet: 72, CE and F1. RGB value is (114,206,241). Sum of RGB (Red+Green+Blue) = 114+206+241=561 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.32% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #72CEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CEF1 is #8D310E. Grayscale: #B6B6B6. Windows color (decimal): -9253135 or 15847026. OLE color: 15847026.

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

Color convert

RGB114206241-
CMYK0.530.1500.05
HSL196.54º81.94%69.61%-
HSV(B)196.54º52.7%94.51%-
XYZ44.8954.0791.29-
YUV182.48161.0279.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.32%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=20.32%
G=36.72%
B=42.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1142062410.530.1500.05196.5481.9469.61
Hex72CEF135F05c55246
Octal162316361651705305122106
Binary11100101100111011110001110101111101011100010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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