#80BBEE

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

Shades of Maya Blue #80BBEE

Tints of Maya Blue #80BBEE

Color information

#80BBEE (or 0x80BBEE) is unknown color: approx Maya Blue. HEX triplet: 80, BB and EE. RGB value is (128,187,238). Sum of RGB (Red+Green+Blue) = 128+187+238=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #80BBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBEE is #7F4411. Grayscale: #AEAEAE. Windows color (decimal): -8340498 or 15645568. OLE color: 15645568.

HSL color Cylindrical-coordinate representation of color #80BBEE: hue angle of 207.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BBEE is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128187238-
CMYK0.460.2100.07
HSL207.82º76.39%71.76%-
HSV(B)207.82º46.22%93.33%-
XYZ42.1146.387.61-
YUV175.17163.4594.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.15%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=23.15%
G=33.82%
B=43.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281872380.460.2100.07207.8276.3971.76
Hex80BBEE2E1507d04c48
Octal200273356562507320114110
Binary1000000010111011111011101011101010101111101000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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