#77BEEA

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

Shades of Maya Blue #77BEEA

Tints of Maya Blue #77BEEA

Color information

#77BEEA (or 0x77BEEA) is unknown color: approx Maya Blue. HEX triplet: 77, BE and EA. RGB value is (119,190,234). Sum of RGB (Red+Green+Blue) = 119+190+234=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #77BEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BEEA is #884115. Grayscale: #ADADAD. Windows color (decimal): -8929558 or 15384183. OLE color: 15384183.

HSL color Cylindrical-coordinate representation of color #77BEEA: hue angle of 202.96º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77BEEA is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119190234-
CMYK0.490.1900.08
HSL202.96º73.25%69.22%-
HSV(B)202.96º49.15%91.76%-
XYZ40.8746.6984.7-
YUV173.79161.9888.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.92%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=21.92%
G=34.99%
B=43.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191902340.490.1900.08202.9673.2569.22
Hex77BEEA311308cb4945
Octal1672763526123010313111105
Binary1110111101111101110101011000110011010001100101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77BEEA; }

 p { color: rgb(119,190,234); }

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

<style>
 a { background-color: #77BEEA; }

 a { background-color: rgb(119,190,234); }

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

<style>
 span { border-color: #77BEEA; }

 span { border-color: rgb(119,190,234); }

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