#77BCEC

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

Shades of Maya Blue #77BCEC

Tints of Maya Blue #77BCEC

Color information

#77BCEC (or 0x77BCEC) is unknown color: approx Maya Blue. HEX triplet: 77, BC and EC. RGB value is (119,188,236). Sum of RGB (Red+Green+Blue) = 119+188+236=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #77BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BCEC is #884313. Grayscale: #ACACAC. Windows color (decimal): -8930068 or 15514743. OLE color: 15514743.

HSL color Cylindrical-coordinate representation of color #77BCEC: hue angle of 204.62º degrees, saturation: 0.75, 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 #77BCEC is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119188236-
CMYK0.500.2000.07
HSL204.62º75.48%69.61%-
HSV(B)204.62º49.58%92.55%-
XYZ40.7345.9486.08-
YUV172.84163.6489.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.92%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=21.92%
G=34.62%
B=43.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191882360.500.2000.07204.6275.4869.61
Hex77BCEC321407cd4b46
Octal167274354622407315113106
Binary111011110111100111011001100101010001111100110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,188,236); }

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

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

 a { background-color: rgb(119,188,236); }

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

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

 span { border-color: rgb(119,188,236); }

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