Html Css Color HEX #77AEFA Maya Blue

📋 copy color: '#77AEFA'

red 119 ◦ green 174 ◦ blue 250

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

Shades of Maya Blue #77AEFA

Tints of Maya Blue #77AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 21.92%
G = 32.04%
B = 46.04%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77AEFA (or 0x77AEFA) is known color: Maya Blue. HEX triplet: 77, AE and FA. RGB value is (119,174,250). Sum of RGB (Red+Green+Blue) = 119+174+250=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #77AEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AEFA is #885105. Grayscale: #A5A5A5. Windows color (decimal): -8933638 or 16428663. OLE color: 16428663.

HSL color Cylindrical-coordinate representation of color #77AEFA: hue angle of 214.81º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77AEFA is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 174 250 -
CMYK 0.52 0.30 0 0.02
HSL 214.81º 0.93% 0.72% -
HSV(B) 214.81º 0.52% 0.98% -
XYZ 40 41.1 96.27 -
YUV 166.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 119 174 250 0.52 0.30 0 0.02 214.81 0.93 0.72
Hex 77 AE FA 34 1E 0 2 D7 5D 48
Octal 167 256 372 64 36 0 2 327 135 110
Binary 1110111 10101110 11111010 110100 11110 0 10 11010111 1011101 1001000

Color Harmonies of #77AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEFA

Black with #77AEFA

Text Example


Text Example

White with #77AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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