Html Css Color HEX #80ADFE Maya Blue

📋 copy color: '#80ADFE'

red 128 ◦ green 173 ◦ blue 254

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

Shades of Maya Blue #80ADFE

Tints of Maya Blue #80ADFE

RGB

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

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

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

R = 23.06%
G = 31.17%
B = 45.77%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80ADFE (or 0x80ADFE) is known color: Maya Blue. HEX triplet: 80, AD and FE. RGB value is (128,173,254). Sum of RGB (Red+Green+Blue) = 128+173+254=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #80ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ADFE is #7F5201. Grayscale: #A8A8A8. Windows color (decimal): -8344066 or 16690560. OLE color: 16690560.

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

Color convert

RGB 128 173 254 -
CMYK 0.50 0.32 0 0.00
HSL 218.57º 0.98% 0.75% -
HSV(B) 218.57º 0.5% 1% -
XYZ 41.74 41.63 99.6 -
YUV 168.78 176.09 98.91 -
System Red Green Blue C M Y K H S L
Decimal 128 173 254 0.50 0.32 0 0.00 218.57 0.98 0.75
Hex 80 AD FE 32 20 0 0 DB 62 4B
Octal 200 255 376 62 40 0 0 333 142 113
Binary 10000000 10101101 11111110 110010 100000 0 0 11011011 1100010 1001011

Color Harmonies of #80ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADFE

Black with #80ADFE

Text Example


Text Example

White with #80ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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