Html Css Color HEX #77C0EF Maya Blue

📋 copy color: '#77C0EF'

red 119 ◦ green 192 ◦ blue 239

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

Shades of Maya Blue #77C0EF

Tints of Maya Blue #77C0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 21.64%
G = 34.91%
B = 43.45%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#77C0EF (or 0x77C0EF) is known color: Maya Blue. HEX triplet: 77, C0 and EF. RGB value is (119,192,239). Sum of RGB (Red+Green+Blue) = 119+192+239=550 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.64% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #77C0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C0EF is #883F10. Grayscale: #AFAFAF. Windows color (decimal): -8929041 or 15712375. OLE color: 15712375.

HSL color Cylindrical-coordinate representation of color #77C0EF: hue angle of 203.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77C0EF is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 192 239 -
CMYK 0.50 0.20 0 0.06
HSL 203.5º 0.79% 0.7% -
HSV(B) 203.5º 0.5% 0.94% -
XYZ 42.04 47.85 88.68 -
YUV 175.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 119 192 239 0.50 0.20 0 0.06 203.5 0.79 0.7
Hex 77 C0 EF 32 14 0 6 CC 4F 46
Octal 167 300 357 62 24 0 6 314 117 106
Binary 1110111 11000000 11101111 110010 10100 0 110 11001100 1001111 1000110

Color Harmonies of #77C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C0EF

Black with #77C0EF

Text Example


Text Example

White with #77C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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