#80BEFF

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

Shades of Maya Blue #80BEFF

Tints of Maya Blue #80BEFF

Color information

#80BEFF (or 0x80BEFF) is unknown color: approx Maya Blue. HEX triplet: 80, BE and FF. RGB value is (128,190,255). Sum of RGB (Red+Green+Blue) = 128+190+255=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #80BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEFF is #7F4100. Grayscale: #B2B2B2. Windows color (decimal): -8339713 or 16760448. OLE color: 16760448.

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

Color convert

RGB128190255-
CMYK0.500.2500
HSL210.71º100%75.1%-
HSV(B)210.71º49.8%100%-
XYZ45.3748.64101.6-
YUV178.87170.9691.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.34%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 255 (100% from 255) = 44.50%
R=22.34%
G=33.16%
B=44.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281902550.500.2500210.7110075.1
Hex80BEFF321900d3644b
Octal200276377623100323144113
Binary10000000101111101111111111001011001001101001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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