Html Css Color HEX #77AFFF Maya Blue

📋 copy color: '#77AFFF'

red 119 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #77AFFF

Tints of Maya Blue #77AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.88%

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

R = 21.68%
G = 31.88%
B = 46.45%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77AFFF (or 0x77AFFF) is known color: Maya Blue. HEX triplet: 77, AF and FF. RGB value is (119,175,255). Sum of RGB (Red+Green+Blue) = 119+175+255=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #77AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AFFF is #885000. Grayscale: #A7A7A7. Windows color (decimal): -8933377 or 16756599. OLE color: 16756599.

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

Color convert

RGB 119 175 255 -
CMYK 0.53 0.31 0 0
HSL 215.29º 1% 0.73% -
HSV(B) 215.29º 0.53% 1% -
XYZ 40.99 41.8 100.52 -
YUV 167.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 119 175 255 0.53 0.31 0 0 215.29 1 0.73
Hex 77 AF FF 35 1F 0 0 D7 64 49
Octal 167 257 377 65 37 0 0 327 144 111
Binary 1110111 10101111 11111111 110101 11111 0 0 11010111 1100100 1001001

Color Harmonies of #77AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AFFF

Black with #77AFFF

Text Example


Text Example

White with #77AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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