#80BEFE

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

Shades of Maya Blue #80BEFE

Tints of Maya Blue #80BEFE

Color information

#80BEFE (or 0x80BEFE) is unknown color: approx Maya Blue. HEX triplet: 80, BE and FE. RGB value is (128,190,254). Sum of RGB (Red+Green+Blue) = 128+190+254=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #80BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEFE is #7F4101. Grayscale: #B2B2B2. Windows color (decimal): -8339714 or 16694912. OLE color: 16694912.

HSL color Cylindrical-coordinate representation of color #80BEFE: hue angle of 210.48º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80BEFE is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB128190254-
CMYK0.500.2500.00
HSL210.48º98.44%74.9%-
HSV(B)210.48º49.61%99.61%-
XYZ45.248.57100.76-
YUV178.76170.4691.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.38%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=22.38%
G=33.22%
B=44.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1281902540.500.2500.00210.4898.4474.9
Hex80BEFE321900d2624b
Octal200276376623100322142113
Binary10000000101111101111111011001011001001101001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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