Html Css Color HEX #77BEFF Maya Blue

📋 copy color: '#77BEFF'

red 119 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #77BEFF

Tints of Maya Blue #77BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.69%

 BLUE value IS 255 (100% from 255) = 45.21%

R = 21.1%
G = 33.69%
B = 45.21%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77BEFF (or 0x77BEFF) is known color: Maya Blue. HEX triplet: 77, BE and FF. RGB value is (119,190,255). Sum of RGB (Red+Green+Blue) = 119+190+255=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #77BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BEFF is #884100. Grayscale: #AFAFAF. Windows color (decimal): -8929537 or 16760439. OLE color: 16760439.

HSL color Cylindrical-coordinate representation of color #77BEFF: hue angle of 208.68º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77BEFF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 190 255 -
CMYK 0.53 0.25 0 0
HSL 208.68º 1% 0.73% -
HSV(B) 208.68º 0.53% 1% -
XYZ 44.07 47.97 101.54 -
YUV 176.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 119 190 255 0.53 0.25 0 0 208.68 1 0.73
Hex 77 BE FF 35 19 0 0 D1 64 49
Octal 167 276 377 65 31 0 0 321 144 111
Binary 1110111 10111110 11111111 110101 11001 0 0 11010001 1100100 1001001

Color Harmonies of #77BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BEFF

Black with #77BEFF

Text Example


Text Example

White with #77BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,190,255); }

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

background-color css

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

 a { background-color: rgb(119,190,255); }

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

border-color css

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

 span { border-color: rgb(119,190,255); }

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