Html Css Color HEX #77C0EA Maya Blue

📋 copy color: '#77C0EA'

red 119 ◦ green 192 ◦ blue 234

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

Shades of Maya Blue #77C0EA

Tints of Maya Blue #77C0EA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.23%

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 21.83%
G = 35.23%
B = 42.94%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77C0EA (or 0x77C0EA) is known color: Maya Blue. HEX triplet: 77, C0 and EA. RGB value is (119,192,234). Sum of RGB (Red+Green+Blue) = 119+192+234=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #77C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C0EA is #883F15. Grayscale: #AEAEAE. Windows color (decimal): -8929046 or 15384695. OLE color: 15384695.

HSL color Cylindrical-coordinate representation of color #77C0EA: hue angle of 201.91º degrees, saturation: 0.73, 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 #77C0EA is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 192 234 -
CMYK 0.49 0.18 0 0.08
HSL 201.91º 0.73% 0.69% -
HSV(B) 201.91º 0.49% 0.92% -
XYZ 41.31 47.56 84.85 -
YUV 174.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 119 192 234 0.49 0.18 0 0.08 201.91 0.73 0.69
Hex 77 C0 EA 31 12 0 8 CA 49 45
Octal 167 300 352 61 22 0 10 312 111 105
Binary 1110111 11000000 11101010 110001 10010 0 1000 11001010 1001001 1000101

Color Harmonies of #77C0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C0EA

Black with #77C0EA

Text Example


Text Example

White with #77C0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,234); }

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

background-color css

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

 a { background-color: rgb(119,192,234); }

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

border-color css

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

 span { border-color: rgb(119,192,234); }

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