#80BBFF

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

Shades of Maya Blue #80BBFF

Tints of Maya Blue #80BBFF

Color information

#80BBFF (or 0x80BBFF) is unknown color: approx Maya Blue. HEX triplet: 80, BB and FF. RGB value is (128,187,255). Sum of RGB (Red+Green+Blue) = 128+187+255=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #80BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBFF is #7F4400. Grayscale: #B0B0B0. Windows color (decimal): -8340481 or 16759680. OLE color: 16759680.

HSL color Cylindrical-coordinate representation of color #80BBFF: hue angle of 212.13º 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 #80BBFF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128187255-
CMYK0.500.2700
HSL212.13º100%75.1%-
HSV(B)212.13º49.8%100%-
XYZ44.7247.35101.39-
YUV177.11171.9592.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.46%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 255 (100% from 255) = 44.74%
R=22.46%
G=32.81%
B=44.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281872550.500.2700212.1310075.1
Hex80BBFF321B00d4644b
Octal200273377623300324144113
Binary10000000101110111111111111001011011001101010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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