#80BCF6

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

Shades of Maya Blue #80BCF6

Tints of Maya Blue #80BCF6

Color information

#80BCF6 (or 0x80BCF6) is unknown color: approx Maya Blue. HEX triplet: 80, BC and F6. RGB value is (128,188,246). Sum of RGB (Red+Green+Blue) = 128+188+246=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #80BCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCF6 is #7F4309. Grayscale: #B0B0B0. Windows color (decimal): -8340234 or 16170112. OLE color: 16170112.

HSL color Cylindrical-coordinate representation of color #80BCF6: hue angle of 209.49º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BCF6 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128188246-
CMYK0.480.2400.04
HSL209.49º86.76%73.33%-
HSV(B)209.49º47.97%96.47%-
XYZ43.5247.2194.01-
YUV176.67167.1293.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.78%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 246 (96.48% from 255) = 43.77%
R=22.78%
G=33.45%
B=43.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1281882460.480.2400.04209.4986.7673.33
Hex80BCF6301804d15749
Octal200274366603004321127111
Binary1000000010111100111101101100001100001001101000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,188,246); }

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

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

 a { background-color: rgb(128,188,246); }

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

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

 span { border-color: rgb(128,188,246); }

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