Html Css Color HEX #80ACFF Maya Blue

📋 copy color: '#80ACFF'

red 128 ◦ green 172 ◦ blue 255

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

Shades of Maya Blue #80ACFF

Tints of Maya Blue #80ACFF

RGB

 RED value IS 128 (50.39% from 255) = 23.06%

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

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

R = 23.06%
G = 30.99%
B = 45.95%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80ACFF (or 0x80ACFF) is known color: Maya Blue. HEX triplet: 80, AC and FF. RGB value is (128,172,255). Sum of RGB (Red+Green+Blue) = 128+172+255=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #80ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80ACFF is #7F5300. Grayscale: #A7A7A7. Windows color (decimal): -8344321 or 16755840. OLE color: 16755840.

HSL color Cylindrical-coordinate representation of color #80ACFF: hue angle of 219.21º 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 #80ACFF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 172 255 -
CMYK 0.50 0.33 0 0
HSL 219.21º 1% 0.75% -
HSV(B) 219.21º 0.5% 1% -
XYZ 41.7 41.31 100.38 -
YUV 168.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 128 172 255 0.50 0.33 0 0 219.21 1 0.75
Hex 80 AC FF 32 21 0 0 DB 64 4B
Octal 200 254 377 62 41 0 0 333 144 113
Binary 10000000 10101100 11111111 110010 100001 0 0 11011011 1100100 1001011

Color Harmonies of #80ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACFF

Black with #80ACFF

Text Example


Text Example

White with #80ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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