Html Css Color HEX #80BBFA Maya Blue

📋 copy color: '#80BBFA'

red 128 ◦ green 187 ◦ blue 250

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

Shades of Maya Blue #80BBFA

Tints of Maya Blue #80BBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.1%

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

R = 22.65%
G = 33.1%
B = 44.25%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80BBFA (or 0x80BBFA) is known color: Maya Blue. HEX triplet: 80, BB and FA. RGB value is (128,187,250). Sum of RGB (Red+Green+Blue) = 128+187+250=565 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.65% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #80BBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBFA is #7F4405. Grayscale: #B0B0B0. Windows color (decimal): -8340486 or 16432000. OLE color: 16432000.

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

Color convert

RGB 128 187 250 -
CMYK 0.49 0.25 0 0.02
HSL 210.98º 0.92% 0.74% -
HSV(B) 210.98º 0.49% 0.98% -
XYZ 43.93 47.03 97.21 -
YUV 176.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 128 187 250 0.49 0.25 0 0.02 210.98 0.92 0.74
Hex 80 BB FA 31 19 0 2 D3 5C 4A
Octal 200 273 372 61 31 0 2 323 134 112
Binary 10000000 10111011 11111010 110001 11001 0 10 11010011 1011100 1001010

Color Harmonies of #80BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BBFA

Black with #80BBFA

Text Example


Text Example

White with #80BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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