#77c6ef

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

Shades of Maya Blue #77C6EF

Tints of Maya Blue #77C6EF

Color information

#77C6EF (or 0x77C6EF) is unknown color: approx Maya Blue. HEX triplet: 77, C6 and EF. RGB value is (119,198,239). Sum of RGB (Red+Green+Blue) = 119+198+239=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #77C6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C6EF is #883910. Grayscale: #B2B2B2. Windows color (decimal): -8927505 or 15713911. OLE color: 15713911.

HSL color Cylindrical-coordinate representation of color #77C6EF: hue angle of 200.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 #77C6EF is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119198239-
CMYK0.500.1700.06
HSL200.5º78.95%70.2%-
HSV(B)200.5º50.21%93.73%-
XYZ43.3850.5489.13-
YUV179.05161.8385.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.40%
GREEN value IS 198 (77.73% from 255) = 35.61%
BLUE value IS 239 (93.75% from 255) = 42.99%
R=21.40%
G=35.61%
B=42.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1191982390.500.1700.06200.578.9570.2
Hex77C6EF321106c84f46
Octal167306357622106310117106
Binary111011111000110111011111100101000101101100100010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77c6ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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