Html Css Color HEX #77BDEA Maya Blue

📋 copy color: '#77BDEA'

red 119 ◦ green 189 ◦ blue 234

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

Shades of Maya Blue #77BDEA

Tints of Maya Blue #77BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.87%

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

R = 21.96%
G = 34.87%
B = 43.17%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77BDEA (or 0x77BDEA) is known color: Maya Blue. HEX triplet: 77, BD and EA. RGB value is (119,189,234). Sum of RGB (Red+Green+Blue) = 119+189+234=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #77BDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BDEA is #884215. Grayscale: #ACACAC. Windows color (decimal): -8929814 or 15383927. OLE color: 15383927.

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

Color convert

RGB 119 189 234 -
CMYK 0.49 0.19 0 0.08
HSL 203.48º 0.73% 0.69% -
HSV(B) 203.48º 0.49% 0.92% -
XYZ 40.66 46.26 84.63 -
YUV 173.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 119 189 234 0.49 0.19 0 0.08 203.48 0.73 0.69
Hex 77 BD EA 31 13 0 8 CB 49 45
Octal 167 275 352 61 23 0 10 313 111 105
Binary 1110111 10111101 11101010 110001 10011 0 1000 11001011 1001001 1000101

Color Harmonies of #77BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BDEA

Black with #77BDEA

Text Example


Text Example

White with #77BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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