#81ADFE

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

Shades of Maya Blue #81ADFE

Tints of Maya Blue #81ADFE

Color information

#81ADFE (or 0x81ADFE) is unknown color: approx Maya Blue. HEX triplet: 81, AD and FE. RGB value is (129,173,254). Sum of RGB (Red+Green+Blue) = 129+173+254=556 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.20% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #81ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADFE is #7E5201. Grayscale: #A8A8A8. Windows color (decimal): -8278530 or 16690561. OLE color: 16690561.

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

Color convert

RGB129173254-
CMYK0.490.3200.00
HSL218.88º98.43%75.1%-
HSV(B)218.88º49.21%99.61%-
XYZ41.8941.7199.61-
YUV169.08175.9299.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.20%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=23.20%
G=31.12%
B=45.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1291732540.490.3200.00218.8898.4375.1
Hex81ADFE312000db624b
Octal201255376614000333142113
Binary100000011010110111111110110001100000001101101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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