Html Css Color HEX #80BAFA Maya Blue

📋 copy color: '#80BAFA'

red 128 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #80BAFA

Tints of Maya Blue #80BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.98%

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

R = 22.7%
G = 32.98%
B = 44.33%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80BAFA (or 0x80BAFA) is known color: Maya Blue. HEX triplet: 80, BA and FA. RGB value is (128,186,250). Sum of RGB (Red+Green+Blue) = 128+186+250=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #80BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAFA is #7F4505. Grayscale: #AFAFAF. Windows color (decimal): -8340742 or 16431744. OLE color: 16431744.

HSL color Cylindrical-coordinate representation of color #80BAFA: hue angle of 211.48º 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 #80BAFA is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 186 250 -
CMYK 0.49 0.26 0 0.02
HSL 211.48º 0.92% 0.74% -
HSV(B) 211.48º 0.49% 0.98% -
XYZ 43.72 46.61 97.13 -
YUV 175.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 128 186 250 0.49 0.26 0 0.02 211.48 0.92 0.74
Hex 80 BA FA 31 1A 0 2 D3 5C 4A
Octal 200 272 372 61 32 0 2 323 134 112
Binary 10000000 10111010 11111010 110001 11010 0 10 11010011 1011100 1001010

Color Harmonies of #80BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BAFA

Black with #80BAFA

Text Example


Text Example

White with #80BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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