Html Css Color HEX #80AFFC Maya Blue

📋 copy color: '#80AFFC'

red 128 ◦ green 175 ◦ blue 252

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

Shades of Maya Blue #80AFFC

Tints of Maya Blue #80AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.53%

 BLUE value IS 252 (98.83% from 255) = 45.41%

R = 23.06%
G = 31.53%
B = 45.41%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80AFFC (or 0x80AFFC) is known color: Maya Blue. HEX triplet: 80, AF and FC. RGB value is (128,175,252). Sum of RGB (Red+Green+Blue) = 128+175+252=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #80AFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #80AFFC is #7F5003. Grayscale: #A9A9A9. Windows color (decimal): -8343556 or 16560000. OLE color: 16560000.

HSL color Cylindrical-coordinate representation of color #80AFFC: hue angle of 217.26º degrees, saturation: 0.95, 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 #80AFFC is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 175 252 -
CMYK 0.49 0.31 0 0.01
HSL 217.26º 0.95% 0.75% -
HSV(B) 217.26º 0.49% 0.99% -
XYZ 41.8 42.28 98.05 -
YUV 169.73 174.43 98.24 -
System Red Green Blue C M Y K H S L
Decimal 128 175 252 0.49 0.31 0 0.01 217.26 0.95 0.75
Hex 80 AF FC 31 1F 0 1 D9 5F 4B
Octal 200 257 374 61 37 0 1 331 137 113
Binary 10000000 10101111 11111100 110001 11111 0 1 11011001 1011111 1001011

Color Harmonies of #80AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFFC

Black with #80AFFC

Text Example


Text Example

White with #80AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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