Html Css Color HEX #80BFFA Maya Blue

📋 copy color: '#80BFFA'

red 128 ◦ green 191 ◦ blue 250

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

Shades of Maya Blue #80BFFA

Tints of Maya Blue #80BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 33.57%

 BLUE value IS 250 (98.05% from 255) = 43.94%

R = 22.5%
G = 33.57%
B = 43.94%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80BFFA (or 0x80BFFA) is known color: Maya Blue. HEX triplet: 80, BF and FA. RGB value is (128,191,250). Sum of RGB (Red+Green+Blue) = 128+191+250=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #80BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFFA is #7F4005. Grayscale: #B2B2B2. Windows color (decimal): -8339462 or 16433024. OLE color: 16433024.

HSL color Cylindrical-coordinate representation of color #80BFFA: hue angle of 209.02º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BFFA is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 191 250 -
CMYK 0.49 0.24 0 0.02
HSL 209.02º 0.92% 0.74% -
HSV(B) 209.02º 0.49% 0.98% -
XYZ 44.79 48.75 97.49 -
YUV 178.89 168.13 91.7 -
System Red Green Blue C M Y K H S L
Decimal 128 191 250 0.49 0.24 0 0.02 209.02 0.92 0.74
Hex 80 BF FA 31 18 0 2 D1 5C 4A
Octal 200 277 372 61 30 0 2 321 134 112
Binary 10000000 10111111 11111010 110001 11000 0 10 11010001 1011100 1001010

Color Harmonies of #80BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFFA

Black with #80BFFA

Text Example


Text Example

White with #80BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,250); }

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

background-color css

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

 a { background-color: rgb(128,191,250); }

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

border-color css

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

 span { border-color: rgb(128,191,250); }

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