#77C6FE

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

Shades of Maya Blue #77C6FE

Tints of Maya Blue #77C6FE

Color information

#77C6FE (or 0x77C6FE) is unknown color: approx Maya Blue. HEX triplet: 77, C6 and FE. RGB value is (119,198,254). Sum of RGB (Red+Green+Blue) = 119+198+254=571 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.84% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #77C6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C6FE is #883901. Grayscale: #B4B4B4. Windows color (decimal): -8927490 or 16696951. OLE color: 16696951.

HSL color Cylindrical-coordinate representation of color #77C6FE: hue angle of 204.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77C6FE is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB119198254-
CMYK0.530.2200.00
HSL204.89º98.54%73.14%-
HSV(B)204.89º53.15%99.61%-
XYZ45.6951.47101.29-
YUV180.76169.3383.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.84%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=20.84%
G=34.68%
B=44.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1191982540.530.2200.00204.8998.5473.14
Hex77C6FE351600cd6349
Octal167306376652600315143111
Binary1110111110001101111111011010110110001100110111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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