#80B6FC

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

Shades of Maya Blue #80B6FC

Tints of Maya Blue #80B6FC

Color information

#80B6FC (or 0x80B6FC) is unknown color: approx Maya Blue. HEX triplet: 80, B6 and FC. RGB value is (128,182,252). Sum of RGB (Red+Green+Blue) = 128+182+252=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #80B6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B6FC is #7F4903. Grayscale: #ADADAD. Windows color (decimal): -8341764 or 16561792. OLE color: 16561792.

HSL color Cylindrical-coordinate representation of color #80B6FC: hue angle of 213.87º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80B6FC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128182252-
CMYK0.490.2800.01
HSL213.87º95.38%74.51%-
HSV(B)213.87º49.21%98.82%-
XYZ43.245.0798.52-
YUV173.83172.1195.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.78%
GREEN value IS 182 (71.48% from 255) = 32.38%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=22.78%
G=32.38%
B=44.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281822520.490.2800.01213.8795.3874.51
Hex80B6FC311C01d65f4b
Octal200266374613401326137113
Binary10000000101101101111110011000111100011101011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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