#80ADFF

Color #80ADFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #80ADFF

Tints of Maya Blue #80ADFF

Color information

#80ADFF (or 0x80ADFF) is unknown color: approx 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

RGB128173255-
CMYK0.500.3200
HSL218.74º100%75.1%-
HSV(B)218.74º49.8%100%-
XYZ41.941.7100.45-
YUV168.89176.5998.83-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281732550.500.3200218.7410075.1
Hex80ADFF322000db644b
Octal200255377624000333144113
Binary100000001010110111111111110010100000001101101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>