#80BFF1

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

Shades of Maya Blue #80BFF1

Tints of Maya Blue #80BFF1

Color information

#80BFF1 (or 0x80BFF1) is unknown color: approx Maya Blue. HEX triplet: 80, BF and F1. RGB value is (128,191,241). Sum of RGB (Red+Green+Blue) = 128+191+241=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #80BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFF1 is #7F400E. Grayscale: #B1B1B1. Windows color (decimal): -8339471 or 15843200. OLE color: 15843200.

HSL color Cylindrical-coordinate representation of color #80BFF1: hue angle of 206.55º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BFF1 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128191241-
CMYK0.470.2100.05
HSL206.55º80.14%72.35%-
HSV(B)206.55º46.89%94.51%-
XYZ43.4148.290.23-
YUV177.86163.6392.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.86%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=22.86%
G=34.11%
B=43.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1281912410.470.2100.05206.5580.1472.35
Hex80BFF12F1505cf5048
Octal200277361572505317120110
Binary1000000010111111111100011011111010101011100111110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,191,241); }

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

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

 a { background-color: rgb(128,191,241); }

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

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

 span { border-color: rgb(128,191,241); }

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