Html Css Color HEX #77C1EA Maya Blue

📋 copy color: '#77C1EA'

red 119 ◦ green 193 ◦ blue 234

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

Shades of Maya Blue #77C1EA

Tints of Maya Blue #77C1EA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.35%

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

R = 21.79%
G = 35.35%
B = 42.86%

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

#77C1EA (or 0x77C1EA) is known color: Maya Blue. HEX triplet: 77, C1 and EA. RGB value is (119,193,234). Sum of RGB (Red+Green+Blue) = 119+193+234=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #77C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C1EA is #883E15. Grayscale: #AFAFAF. Windows color (decimal): -8928790 or 15384951. OLE color: 15384951.

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

Color convert

RGB 119 193 234 -
CMYK 0.49 0.18 0 0.08
HSL 201.39º 0.73% 0.69% -
HSV(B) 201.39º 0.49% 0.92% -
XYZ 41.53 48 84.92 -
YUV 175.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 119 193 234 0.49 0.18 0 0.08 201.39 0.73 0.69
Hex 77 C1 EA 31 12 0 8 C9 49 45
Octal 167 301 352 61 22 0 10 311 111 105
Binary 1110111 11000001 11101010 110001 10010 0 1000 11001001 1001001 1000101

Color Harmonies of #77C1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C1EA

Black with #77C1EA

Text Example


Text Example

White with #77C1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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