#77C4EF

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

Shades of Maya Blue #77C4EF

Tints of Maya Blue #77C4EF

Color information

#77C4EF (or 0x77C4EF) is unknown color: approx Maya Blue. HEX triplet: 77, C4 and EF. RGB value is (119,196,239). Sum of RGB (Red+Green+Blue) = 119+196+239=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #77C4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C4EF is #883B10. Grayscale: #B1B1B1. Windows color (decimal): -8928017 or 15713399. OLE color: 15713399.

HSL color Cylindrical-coordinate representation of color #77C4EF: hue angle of 201.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77C4EF is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119196239-
CMYK0.500.1800.06
HSL201.5º78.95%70.2%-
HSV(B)201.5º50.21%93.73%-
XYZ42.9349.6388.98-
YUV177.88162.4986-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.48%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 239 (93.75% from 255) = 43.14%
R=21.48%
G=35.38%
B=43.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1191962390.500.1800.06201.578.9570.2
Hex77C4EF321206ca4f46
Octal167304357622206312117106
Binary111011111000100111011111100101001001101100101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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