Html Css Color HEX #77BCEC Maya Blue

📋 copy color: '#77BCEC'

red 119 ◦ green 188 ◦ blue 236

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

Shades of Maya Blue #77BCEC

Tints of Maya Blue #77BCEC

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 value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#77BCEC (or 0x77BCEC) is known color: 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

RGB 119 188 236 -
CMYK 0.50 0.20 0 0.07
HSL 204.62º 0.75% 0.7% -
HSV(B) 204.62º 0.5% 0.93% -
XYZ 40.73 45.94 86.08 -
YUV 172.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 119 188 236 0.50 0.20 0 0.07 204.62 0.75 0.7
Hex 77 BC EC 32 14 0 7 CD 4B 46
Octal 167 274 354 62 24 0 7 315 113 106
Binary 1110111 10111100 11101100 110010 10100 0 111 11001101 1001011 1000110

Color Harmonies of #77BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BCEC

Black with #77BCEC

Text Example


Text Example

White with #77BCEC

Text Example


Text Example

HTML Codes & Css Web 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>