#72BFEB

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

Shades of Maya Blue #72BFEB

Tints of Maya Blue #72BFEB

Color information

#72BFEB (or 0x72BFEB) is unknown color: approx Maya Blue. HEX triplet: 72, BF and EB. RGB value is (114,191,235). Sum of RGB (Red+Green+Blue) = 114+191+235=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #72BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BFEB is #8D4014. Grayscale: #ACACAC. Windows color (decimal): -9256981 or 15449970. OLE color: 15449970.

HSL color Cylindrical-coordinate representation of color #72BFEB: hue angle of 201.82º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72BFEB is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114191235-
CMYK0.510.1900.08
HSL201.82º75.16%68.43%-
HSV(B)201.82º51.49%92.16%-
XYZ40.5746.8485.5-
YUV172.99162.9985.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.11%
GREEN value IS 191 (75% from 255) = 35.37%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=21.11%
G=35.37%
B=43.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141912350.510.1900.08201.8275.1668.43
Hex72BFEB331308ca4b44
Octal1622773536323010312113104
Binary1110010101111111110101111001110011010001100101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,235); }

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

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

 a { background-color: rgb(114,191,235); }

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

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

 span { border-color: rgb(114,191,235); }

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