#80BFF5

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

Shades of Maya Blue #80BFF5

Tints of Maya Blue #80BFF5

Color information

#80BFF5 (or 0x80BFF5) is unknown color: approx Maya Blue. HEX triplet: 80, BF and F5. RGB value is (128,191,245). Sum of RGB (Red+Green+Blue) = 128+191+245=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #80BFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFF5 is #7F400A. Grayscale: #B2B2B2. Windows color (decimal): -8339467 or 16105344. OLE color: 16105344.

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

Color convert

RGB128191245-
CMYK0.480.2200.04
HSL207.69º85.4%73.14%-
HSV(B)207.69º47.76%96.08%-
XYZ44.0148.4493.42-
YUV178.32165.6392.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.70%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 245 (96.09% from 255) = 43.44%
R=22.70%
G=33.87%
B=43.44%

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
Decimal1281912450.480.2200.04207.6985.473.14
Hex80BFF5301604d05549
Octal200277365602604320125111
Binary1000000010111111111101011100001011001001101000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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