Html Css Color HEX #77ACFE Maya Blue

📋 copy color: '#77ACFE'

red 119 ◦ green 172 ◦ blue 254

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

Shades of Maya Blue #77ACFE

Tints of Maya Blue #77ACFE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.56%

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

R = 21.83%
G = 31.56%
B = 46.61%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#77ACFE (or 0x77ACFE) is known color: Maya Blue. HEX triplet: 77, AC and FE. RGB value is (119,172,254). Sum of RGB (Red+Green+Blue) = 119+172+254=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #77ACFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ACFE is #885301. Grayscale: #A5A5A5. Windows color (decimal): -8934146 or 16690295. OLE color: 16690295.

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

Color convert

RGB 119 172 254 -
CMYK 0.53 0.32 0 0.00
HSL 216.44º 0.99% 0.73% -
HSV(B) 216.44º 0.53% 1% -
XYZ 40.25 40.58 99.48 -
YUV 165.5 177.94 94.83 -
System Red Green Blue C M Y K H S L
Decimal 119 172 254 0.53 0.32 0 0.00 216.44 0.99 0.73
Hex 77 AC FE 35 20 0 0 D8 63 49
Octal 167 254 376 65 40 0 0 330 143 111
Binary 1110111 10101100 11111110 110101 100000 0 0 11011000 1100011 1001001

Color Harmonies of #77ACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACFE

Black with #77ACFE

Text Example


Text Example

White with #77ACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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