Html Css Color HEX #77AAFF Maya Blue

📋 copy color: '#77AAFF'

red 119 ◦ green 170 ◦ blue 255

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

Shades of Maya Blue #77AAFF

Tints of Maya Blue #77AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.25%

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

R = 21.88%
G = 31.25%
B = 46.88%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77AAFF (or 0x77AAFF) is known color: Maya Blue. HEX triplet: 77, AA and FF. RGB value is (119,170,255). Sum of RGB (Red+Green+Blue) = 119+170+255=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #77AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AAFF is #885500. Grayscale: #A4A4A4. Windows color (decimal): -8934657 or 16755319. OLE color: 16755319.

HSL color Cylindrical-coordinate representation of color #77AAFF: hue angle of 217.5º 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 #77AAFF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 170 255 -
CMYK 0.53 0.33 0 0
HSL 217.5º 1% 0.73% -
HSV(B) 217.5º 0.53% 1% -
XYZ 40.03 39.89 100.2 -
YUV 164.44 179.1 95.59 -
System Red Green Blue C M Y K H S L
Decimal 119 170 255 0.53 0.33 0 0 217.5 1 0.73
Hex 77 AA FF 35 21 0 0 DA 64 49
Octal 167 252 377 65 41 0 0 332 144 111
Binary 1110111 10101010 11111111 110101 100001 0 0 11011010 1100100 1001001

Color Harmonies of #77AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAFF

Black with #77AAFF

Text Example


Text Example

White with #77AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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