#72BEF1

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

Shades of Maya Blue #72BEF1

Tints of Maya Blue #72BEF1

Color information

#72BEF1 (or 0x72BEF1) is unknown color: approx Maya Blue. HEX triplet: 72, BE and F1. RGB value is (114,190,241). Sum of RGB (Red+Green+Blue) = 114+190+241=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #72BEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BEF1 is #8D410E. Grayscale: #ACACAC. Windows color (decimal): -9257231 or 15842930. OLE color: 15842930.

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

Color convert

RGB114190241-
CMYK0.530.2100.05
HSL204.09º81.94%69.61%-
HSV(B)204.09º52.7%94.51%-
XYZ41.2346.7690.07-
YUV173.09166.3285.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.92%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=20.92%
G=34.86%
B=44.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1141902410.530.2100.05204.0981.9469.61
Hex72BEF1351505cc5246
Octal162276361652505314122106
Binary111001010111110111100011101011010101011100110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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