Html Css Color HEX #77AEFE Maya Blue

📋 copy color: '#77AEFE'

red 119 ◦ green 174 ◦ blue 254

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

Shades of Maya Blue #77AEFE

Tints of Maya Blue #77AEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.81%

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 21.76%
G = 31.81%
B = 46.44%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#77AEFE (or 0x77AEFE) is known color: Maya Blue. HEX triplet: 77, AE and FE. RGB value is (119,174,254). Sum of RGB (Red+Green+Blue) = 119+174+254=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #77AEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AEFE is #885101. Grayscale: #A6A6A6. Windows color (decimal): -8933634 or 16690807. OLE color: 16690807.

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

Color convert

RGB 119 174 254 -
CMYK 0.53 0.31 0 0.00
HSL 215.56º 0.99% 0.73% -
HSV(B) 215.56º 0.53% 1% -
XYZ 40.63 41.35 99.61 -
YUV 166.68 177.28 94 -
System Red Green Blue C M Y K H S L
Decimal 119 174 254 0.53 0.31 0 0.00 215.56 0.99 0.73
Hex 77 AE FE 35 1F 0 0 D8 63 49
Octal 167 256 376 65 37 0 0 330 143 111
Binary 1110111 10101110 11111110 110101 11111 0 0 11011000 1100011 1001001

Color Harmonies of #77AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEFE

Black with #77AEFE

Text Example


Text Example

White with #77AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,174,254); }

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

background-color css

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

 a { background-color: rgb(119,174,254); }

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

border-color css

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

 span { border-color: rgb(119,174,254); }

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