Html Css Color HEX #80BAFF Maya Blue

📋 copy color: '#80BAFF'

red 128 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #80BAFF

Tints of Maya Blue #80BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.82%

R = 22.5%
G = 32.69%
B = 44.82%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80BAFF (or 0x80BAFF) is known color: Maya Blue. HEX triplet: 80, BA and FF. RGB value is (128,186,255). Sum of RGB (Red+Green+Blue) = 128+186+255=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #80BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BAFF is #7F4500. Grayscale: #B0B0B0. Windows color (decimal): -8340737 or 16759424. OLE color: 16759424.

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

Color convert

RGB 128 186 255 -
CMYK 0.50 0.27 0 0
HSL 212.6º 1% 0.75% -
HSV(B) 212.6º 0.5% 1% -
XYZ 44.51 46.93 101.32 -
YUV 176.52 172.28 93.39 -
System Red Green Blue C M Y K H S L
Decimal 128 186 255 0.50 0.27 0 0 212.6 1 0.75
Hex 80 BA FF 32 1B 0 0 D5 64 4B
Octal 200 272 377 62 33 0 0 325 144 113
Binary 10000000 10111010 11111111 110010 11011 0 0 11010101 1100100 1001011

Color Harmonies of #80BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BAFF

Black with #80BAFF

Text Example


Text Example

White with #80BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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