#80BDF1

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

Shades of Maya Blue #80BDF1

Tints of Maya Blue #80BDF1

Color information

#80BDF1 (or 0x80BDF1) is unknown color: approx Maya Blue. HEX triplet: 80, BD and F1. RGB value is (128,189,241). Sum of RGB (Red+Green+Blue) = 128+189+241=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #80BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BDF1 is #7F420E. Grayscale: #B0B0B0. Windows color (decimal): -8339983 or 15842688. OLE color: 15842688.

HSL color Cylindrical-coordinate representation of color #80BDF1: hue angle of 207.61º 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 #80BDF1 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128189241-
CMYK0.470.2200.05
HSL207.61º80.14%72.35%-
HSV(B)207.61º46.89%94.51%-
XYZ42.9847.3490.09-
YUV176.69164.2993.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.94%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=22.94%
G=33.87%
B=43.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1281892410.470.2200.05207.6180.1472.35
Hex80BDF12F1605d05048
Octal200275361572605320120110
Binary1000000010111101111100011011111011001011101000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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