#81AFFE

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

Shades of Maya Blue #81AFFE

Tints of Maya Blue #81AFFE

Color information

#81AFFE (or 0x81AFFE) is unknown color: approx Maya Blue. HEX triplet: 81, AF and FE. RGB value is (129,175,254). Sum of RGB (Red+Green+Blue) = 129+175+254=558 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.12% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #81AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFFE is #7E5001. Grayscale: #A9A9A9. Windows color (decimal): -8278018 or 16691073. OLE color: 16691073.

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

Color convert

RGB129175254-
CMYK0.490.3100.00
HSL217.92º98.43%75.1%-
HSV(B)217.92º49.21%99.61%-
XYZ42.2742.4899.74-
YUV170.25175.2698.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.12%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=23.12%
G=31.36%
B=45.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1291752540.490.3100.00217.9298.4375.1
Hex81AFFE311F00da624b
Octal201257376613700332142113
Binary10000001101011111111111011000111111001101101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AFFE; }

 p { color: rgb(129,175,254); }

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

<style>
 a { background-color: #81AFFE; }

 a { background-color: rgb(129,175,254); }

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

<style>
 span { border-color: #81AFFE; }

 span { border-color: rgb(129,175,254); }

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