#80BFFB

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

Shades of Maya Blue #80BFFB

Tints of Maya Blue #80BFFB

Color information

#80BFFB (or 0x80BFFB) is unknown color: approx Maya Blue. HEX triplet: 80, BF and FB. RGB value is (128,191,251). Sum of RGB (Red+Green+Blue) = 128+191+251=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #80BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFFB is #7F4004. Grayscale: #B2B2B2. Windows color (decimal): -8339461 or 16498560. OLE color: 16498560.

HSL color Cylindrical-coordinate representation of color #80BFFB: hue angle of 209.27º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BFFB is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128191251-
CMYK0.490.2400.02
HSL209.27º93.89%74.31%-
HSV(B)209.27º49%98.43%-
XYZ44.9548.8298.32-
YUV179168.6391.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.46%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=22.46%
G=33.51%
B=44.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281912510.490.2400.02209.2793.8974.31
Hex80BFFB311802d15e4a
Octal200277373613002321136112
Binary100000001011111111111011110001110000101101000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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