Html Css Color HEX #81ACFF Maya Blue

📋 copy color: '#81ACFF'

red 129 ◦ green 172 ◦ blue 255

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

Shades of Maya Blue #81ACFF

Tints of Maya Blue #81ACFF

RGB

 RED value IS 129 (50.78% from 255) = 23.2%

 GREEN value IS 172 (67.58% from 255) = 30.94%

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

R = 23.2%
G = 30.94%
B = 45.86%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81ACFF (or 0x81ACFF) is known color: Maya Blue. HEX triplet: 81, AC and FF. RGB value is (129,172,255). Sum of RGB (Red+Green+Blue) = 129+172+255=556 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.20% from 556); Green value is 172 (67.58% from 255 or 30.94% 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 #81ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ACFF is #7E5300. Grayscale: #A8A8A8. Windows color (decimal): -8278785 or 16755841. OLE color: 16755841.

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

Color convert

RGB 129 172 255 -
CMYK 0.49 0.33 0 0
HSL 219.52º 1% 0.75% -
HSV(B) 219.52º 0.49% 1% -
XYZ 41.86 41.39 100.39 -
YUV 168.61 176.75 99.75 -
System Red Green Blue C M Y K H S L
Decimal 129 172 255 0.49 0.33 0 0 219.52 1 0.75
Hex 81 AC FF 31 21 0 0 DC 64 4B
Octal 201 254 377 61 41 0 0 334 144 113
Binary 10000001 10101100 11111111 110001 100001 0 0 11011100 1100100 1001011

Color Harmonies of #81ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACFF

Black with #81ACFF

Text Example


Text Example

White with #81ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,172,255); }

 H1.HeaderClassName
 {
   color: #81ACFF;
 }
 .AnyTagClassName
 {
   color: #81ACFF;
 }
</style>

background-color css

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

 a { background-color: rgb(129,172,255); }

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

border-color css

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

 span { border-color: rgb(129,172,255); }

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