Html Css Color HEX #80ADFF Maya Blue

📋 copy color: '#80ADFF'

red 128 ◦ green 173 ◦ blue 255

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

Shades of Maya Blue #80ADFF

Tints of Maya Blue #80ADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.86%

R = 23.02%
G = 31.12%
B = 45.86%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80ADFF (or 0x80ADFF) is known color: Maya Blue. HEX triplet: 80, AD and FF. RGB value is (128,173,255). Sum of RGB (Red+Green+Blue) = 128+173+255=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #80ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ADFF is #7F5200. Grayscale: #A8A8A8. Windows color (decimal): -8344065 or 16756096. OLE color: 16756096.

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

Color convert

RGB 128 173 255 -
CMYK 0.50 0.32 0 0
HSL 218.74º 1% 0.75% -
HSV(B) 218.74º 0.5% 1% -
XYZ 41.9 41.7 100.45 -
YUV 168.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 128 173 255 0.50 0.32 0 0 218.74 1 0.75
Hex 80 AD FF 32 20 0 0 DB 64 4B
Octal 200 255 377 62 40 0 0 333 144 113
Binary 10000000 10101101 11111111 110010 100000 0 0 11011011 1100100 1001011

Color Harmonies of #80ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADFF

Black with #80ADFF

Text Example


Text Example

White with #80ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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