Html Css Color HEX #77C2EB Maya Blue

📋 copy color: '#77C2EB'

red 119 ◦ green 194 ◦ blue 235

#77C2EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #77C2EB

Tints of Maya Blue #77C2EB

RGB

 RED value IS 119 (46.88% from 255) = 21.72%

 GREEN value IS 194 (76.17% from 255) = 35.4%

 BLUE value IS 235 (92.19% from 255) = 42.88%

R = 21.72%
G = 35.4%
B = 42.88%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77C2EB (or 0x77C2EB) is known color: Maya Blue. HEX triplet: 77, C2 and EB. RGB value is (119,194,235). Sum of RGB (Red+Green+Blue) = 119+194+235=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #77C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C2EB is #883D14. Grayscale: #B0B0B0. Windows color (decimal): -8928533 or 15450743. OLE color: 15450743.

HSL color Cylindrical-coordinate representation of color #77C2EB: hue angle of 201.21º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77C2EB is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 194 235 -
CMYK 0.49 0.17 0 0.08
HSL 201.21º 0.74% 0.69% -
HSV(B) 201.21º 0.49% 0.92% -
XYZ 41.89 48.5 85.75 -
YUV 176.25 161.15 87.17 -
System Red Green Blue C M Y K H S L
Decimal 119 194 235 0.49 0.17 0 0.08 201.21 0.74 0.69
Hex 77 C2 EB 31 11 0 8 C9 4A 45
Octal 167 302 353 61 21 0 10 311 112 105
Binary 1110111 11000010 11101011 110001 10001 0 1000 11001001 1001010 1000101

Color Harmonies of #77C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C2EB

Black with #77C2EB

Text Example


Text Example

White with #77C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,194,235); }

 H1.HeaderClassName
 {
   color: #77C2EB;
 }
 .AnyTagClassName
 {
   color: #77C2EB;
 }
</style>

background-color css

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

 a { background-color: rgb(119,194,235); }

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

border-color css

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

 span { border-color: rgb(119,194,235); }

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