Html Css Color HEX #80BAFE Maya Blue

📋 copy color: '#80BAFE'

red 128 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #80BAFE

Tints of Maya Blue #80BAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 22.54%
G = 32.75%
B = 44.72%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80BAFE (or 0x80BAFE) is known color: Maya Blue. HEX triplet: 80, BA and FE. RGB value is (128,186,254). Sum of RGB (Red+Green+Blue) = 128+186+254=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #80BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAFE is #7F4501. Grayscale: #B0B0B0. Windows color (decimal): -8340738 or 16693888. OLE color: 16693888.

HSL color Cylindrical-coordinate representation of color #80BAFE: hue angle of 212.38º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80BAFE is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 186 254 -
CMYK 0.50 0.27 0 0.00
HSL 212.38º 0.98% 0.75% -
HSV(B) 212.38º 0.5% 1% -
XYZ 44.35 46.86 100.47 -
YUV 176.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 128 186 254 0.50 0.27 0 0.00 212.38 0.98 0.75
Hex 80 BA FE 32 1B 0 0 D4 62 4B
Octal 200 272 376 62 33 0 0 324 142 113
Binary 10000000 10111010 11111110 110010 11011 0 0 11010100 1100010 1001011

Color Harmonies of #80BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BAFE

Black with #80BAFE

Text Example


Text Example

White with #80BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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