#80C2EB

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

Shades of Sky Blue #80C2EB

Tints of Sky Blue #80C2EB

Color information

#80C2EB (or 0x80C2EB) is unknown color: approx Sky Blue. HEX triplet: 80, C2 and EB. RGB value is (128,194,235). Sum of RGB (Red+Green+Blue) = 128+194+235=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #80C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C2EB is #7F3D14. Grayscale: #B2B2B2. Windows color (decimal): -8338709 or 15450752. OLE color: 15450752.

HSL color Cylindrical-coordinate representation of color #80C2EB: hue angle of 202.99º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80C2EB is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128194235-
CMYK0.460.1700.08
HSL202.99º72.79%71.18%-
HSV(B)202.99º45.53%92.16%-
XYZ43.1949.1785.81-
YUV178.94159.6391.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.98%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=22.98%
G=34.83%
B=42.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281942350.460.1700.08202.9972.7971.18
Hex80C2EB2E1108cb4947
Octal2003023535621010313111107
Binary10000000110000101110101110111010001010001100101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,194,235); }

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

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

 a { background-color: rgb(128,194,235); }

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

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

 span { border-color: rgb(128,194,235); }

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