#80BCEE

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

Shades of Maya Blue #80BCEE

Tints of Maya Blue #80BCEE

Color information

#80BCEE (or 0x80BCEE) is unknown color: approx Maya Blue. HEX triplet: 80, BC and EE. RGB value is (128,188,238). Sum of RGB (Red+Green+Blue) = 128+188+238=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #80BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCEE is #7F4311. Grayscale: #AFAFAF. Windows color (decimal): -8340242 or 15645824. OLE color: 15645824.

HSL color Cylindrical-coordinate representation of color #80BCEE: hue angle of 207.27º 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 #80BCEE is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128188238-
CMYK0.460.2100.07
HSL207.27º76.39%71.76%-
HSV(B)207.27º46.22%93.33%-
XYZ42.3246.7387.68-
YUV175.76163.1293.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.10%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=23.10%
G=33.94%
B=42.96%

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
Decimal1281882380.460.2100.07207.2776.3971.76
Hex80BCEE2E1507cf4c48
Octal200274356562507317114110
Binary1000000010111100111011101011101010101111100111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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