#77c4ed

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

Shades of Maya Blue #77C4ED

Tints of Maya Blue #77C4ED

Color information

#77C4ED (or 0x77C4ED) is unknown color: approx Maya Blue. HEX triplet: 77, C4 and ED. RGB value is (119,196,237). Sum of RGB (Red+Green+Blue) = 119+196+237=552 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.56% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #77C4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C4ED is #883B12. Grayscale: #B1B1B1. Windows color (decimal): -8928019 or 15582327. OLE color: 15582327.

HSL color Cylindrical-coordinate representation of color #77C4ED: hue angle of 200.85º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77C4ED is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119196237-
CMYK0.500.1700.07
HSL200.85º76.62%69.8%-
HSV(B)200.85º49.79%92.94%-
XYZ42.6349.5287.43-
YUV177.65161.4986.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.56%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=21.56%
G=35.51%
B=42.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191962370.500.1700.07200.8576.6269.8
Hex77C4ED321107c94d46
Octal167304355622107311115106
Binary111011111000100111011011100101000101111100100110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77c4ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,196,237); }

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

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

 a { background-color: rgb(119,196,237); }

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

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

 span { border-color: rgb(119,196,237); }

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