#72BEEB

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

Shades of Maya Blue #72BEEB

Tints of Maya Blue #72BEEB

Color information

#72BEEB (or 0x72BEEB) is unknown color: approx Maya Blue. HEX triplet: 72, BE and EB. RGB value is (114,190,235). Sum of RGB (Red+Green+Blue) = 114+190+235=539 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.15% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #72BEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BEEB is #8D4114. Grayscale: #ACACAC. Windows color (decimal): -9257237 or 15449714. OLE color: 15449714.

HSL color Cylindrical-coordinate representation of color #72BEEB: hue angle of 202.31º 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 #72BEEB is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114190235-
CMYK0.510.1900.08
HSL202.31º75.16%68.43%-
HSV(B)202.31º51.49%92.16%-
XYZ40.3546.485.43-
YUV172.41163.3286.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.15%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=21.15%
G=35.25%
B=43.60%

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
Decimal1141902350.510.1900.08202.3175.1668.43
Hex72BEEB331308ca4b44
Octal1622763536323010312113104
Binary1110010101111101110101111001110011010001100101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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