Html Css Color HEX #80AEFE Maya Blue

📋 copy color: '#80AEFE'

red 128 ◦ green 174 ◦ blue 254

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

Shades of Maya Blue #80AEFE

Tints of Maya Blue #80AEFE

RGB

 RED value IS 128 (50.39% from 255) = 23.02%

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

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

R = 23.02%
G = 31.29%
B = 45.68%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80AEFE (or 0x80AEFE) is known color: Maya Blue. HEX triplet: 80, AE and FE. RGB value is (128,174,254). Sum of RGB (Red+Green+Blue) = 128+174+254=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #80AEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AEFE is #7F5101. Grayscale: #A9A9A9. Windows color (decimal): -8343810 or 16690816. OLE color: 16690816.

HSL color Cylindrical-coordinate representation of color #80AEFE: hue angle of 218.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80AEFE is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 174 254 -
CMYK 0.50 0.31 0 0.00
HSL 218.1º 0.98% 0.75% -
HSV(B) 218.1º 0.5% 1% -
XYZ 41.93 42.02 99.67 -
YUV 169.37 175.76 98.5 -
System Red Green Blue C M Y K H S L
Decimal 128 174 254 0.50 0.31 0 0.00 218.1 0.98 0.75
Hex 80 AE FE 32 1F 0 0 DA 62 4B
Octal 200 256 376 62 37 0 0 332 142 113
Binary 10000000 10101110 11111110 110010 11111 0 0 11011010 1100010 1001011

Color Harmonies of #80AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEFE

Black with #80AEFE

Text Example


Text Example

White with #80AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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