#80BEF5

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

Shades of Maya Blue #80BEF5

Tints of Maya Blue #80BEF5

Color information

#80BEF5 (or 0x80BEF5) is unknown color: approx Maya Blue. HEX triplet: 80, BE and F5. RGB value is (128,190,245). Sum of RGB (Red+Green+Blue) = 128+190+245=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #80BEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEF5 is #7F410A. Grayscale: #B1B1B1. Windows color (decimal): -8339723 or 16105088. OLE color: 16105088.

HSL color Cylindrical-coordinate representation of color #80BEF5: hue angle of 208.21º degrees, saturation: 0.85, 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 #80BEF5 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128190245-
CMYK0.480.2200.04
HSL208.21º85.4%73.14%-
HSV(B)208.21º47.76%96.08%-
XYZ43.848.0193.34-
YUV177.73165.9692.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.74%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=22.74%
G=33.75%
B=43.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1281902450.480.2200.04208.2185.473.14
Hex80BEF5301604d05549
Octal200276365602604320125111
Binary1000000010111110111101011100001011001001101000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,190,245); }

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

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

 a { background-color: rgb(128,190,245); }

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

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

 span { border-color: rgb(128,190,245); }

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