#80B6FB

Color #80B6FB Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #80B6FB

Tints of Maya Blue #80B6FB

Color information

#80B6FB (or 0x80B6FB) is unknown color: approx Maya Blue. HEX triplet: 80, B6 and FB. RGB value is (128,182,251). Sum of RGB (Red+Green+Blue) = 128+182+251=561 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.82% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #80B6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B6FB is #7F4904. Grayscale: #ADADAD. Windows color (decimal): -8341765 or 16496256. OLE color: 16496256.

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

Color convert

RGB128182251-
CMYK0.490.2700.02
HSL213.66º93.89%74.31%-
HSV(B)213.66º49%98.43%-
XYZ43.0445.0197.69-
YUV173.72171.6195.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.82%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=22.82%
G=32.44%
B=44.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281822510.490.2700.02213.6693.8974.31
Hex80B6FB311B02d65e4a
Octal200266373613302326136112
Binary100000001011011011111011110001110110101101011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,182,251); }

 H1.HeaderClassName
 {
   color: #80B6FB;
 }
 .AnyTagClassName
 {
   color: #80B6FB;
 }
</style>
background-color css

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

 a { background-color: rgb(128,182,251); }

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

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

 span { border-color: rgb(128,182,251); }

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