#77C1EA

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

Shades of Maya Blue #77C1EA

Tints of Maya Blue #77C1EA

Color information

#77C1EA (or 0x77C1EA) is unknown color: approx Maya Blue. HEX triplet: 77, C1 and EA. RGB value is (119,193,234). Sum of RGB (Red+Green+Blue) = 119+193+234=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #77C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C1EA is #883E15. Grayscale: #AFAFAF. Windows color (decimal): -8928790 or 15384951. OLE color: 15384951.

HSL color Cylindrical-coordinate representation of color #77C1EA: hue angle of 201.39º 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 #77C1EA is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119193234-
CMYK0.490.1800.08
HSL201.39º73.25%69.22%-
HSV(B)201.39º49.15%91.76%-
XYZ41.534884.92-
YUV175.55160.9887.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.79%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=21.79%
G=35.35%
B=42.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191932340.490.1800.08201.3973.2569.22
Hex77C1EA311208c94945
Octal1673013526122010311111105
Binary1110111110000011110101011000110010010001100100110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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