#80AFFD

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

Shades of Maya Blue #80AFFD

Tints of Maya Blue #80AFFD

Color information

#80AFFD (or 0x80AFFD) is unknown color: approx Maya Blue. HEX triplet: 80, AF and FD. RGB value is (128,175,253). Sum of RGB (Red+Green+Blue) = 128+175+253=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #80AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AFFD is #7F5002. Grayscale: #A9A9A9. Windows color (decimal): -8343555 or 16625536. OLE color: 16625536.

HSL color Cylindrical-coordinate representation of color #80AFFD: hue angle of 217.44º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80AFFD is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128175253-
CMYK0.490.3100.01
HSL217.44º96.9%74.71%-
HSV(B)217.44º49.41%99.22%-
XYZ41.9642.3498.89-
YUV169.84174.9398.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.02%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=23.02%
G=31.47%
B=45.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281752530.490.3100.01217.4496.974.71
Hex80AFFD311F01d9614b
Octal200257375613701331141113
Binary10000000101011111111110111000111111011101100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,253); }

 H1.HeaderClassName
 {
   color: #80AFFD;
 }
 .AnyTagClassName
 {
   color: #80AFFD;
 }
</style>
background-color css

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

 a { background-color: rgb(128,175,253); }

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

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

 span { border-color: rgb(128,175,253); }

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