#80BBF1

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

Shades of Maya Blue #80BBF1

Tints of Maya Blue #80BBF1

Color information

#80BBF1 (or 0x80BBF1) is unknown color: approx Maya Blue. HEX triplet: 80, BB and F1. RGB value is (128,187,241). Sum of RGB (Red+Green+Blue) = 128+187+241=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #80BBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBF1 is #7F440E. Grayscale: #AFAFAF. Windows color (decimal): -8340495 or 15842176. OLE color: 15842176.

HSL color Cylindrical-coordinate representation of color #80BBF1: hue angle of 208.67º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BBF1 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128187241-
CMYK0.470.2200.05
HSL208.67º80.14%72.35%-
HSV(B)208.67º46.89%94.51%-
XYZ42.5546.4889.95-
YUV175.52164.9594.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.02%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=23.02%
G=33.63%
B=43.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1281872410.470.2200.05208.6780.1472.35
Hex80BBF12F1605d15048
Octal200273361572605321120110
Binary1000000010111011111100011011111011001011101000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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