Html Css Color HEX #77ADFF Maya Blue

📋 copy color: '#77ADFF'

red 119 ◦ green 173 ◦ blue 255

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

Shades of Maya Blue #77ADFF

Tints of Maya Blue #77ADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.63%

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

R = 21.76%
G = 31.63%
B = 46.62%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77ADFF (or 0x77ADFF) is known color: Maya Blue. HEX triplet: 77, AD and FF. RGB value is (119,173,255). Sum of RGB (Red+Green+Blue) = 119+173+255=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #77ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ADFF is #885200. Grayscale: #A5A5A5. Windows color (decimal): -8933889 or 16756087. OLE color: 16756087.

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

Color convert

RGB 119 173 255 -
CMYK 0.53 0.32 0 0
HSL 216.18º 1% 0.73% -
HSV(B) 216.18º 0.53% 1% -
XYZ 40.6 41.03 100.39 -
YUV 166.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 119 173 255 0.53 0.32 0 0 216.18 1 0.73
Hex 77 AD FF 35 20 0 0 D8 64 49
Octal 167 255 377 65 40 0 0 330 144 111
Binary 1110111 10101101 11111111 110101 100000 0 0 11011000 1100100 1001001

Color Harmonies of #77ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADFF

Black with #77ADFF

Text Example


Text Example

White with #77ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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