#80C5EE

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

Shades of Sky Blue #80C5EE

Tints of Sky Blue #80C5EE

Color information

#80C5EE (or 0x80C5EE) is unknown color: approx Sky Blue. HEX triplet: 80, C5 and EE. RGB value is (128,197,238). Sum of RGB (Red+Green+Blue) = 128+197+238=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #80C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C5EE is #7F3A11. Grayscale: #B4B4B4. Windows color (decimal): -8337938 or 15648128. OLE color: 15648128.

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

Color convert

RGB128197238-
CMYK0.460.1700.07
HSL202.36º76.39%71.76%-
HSV(B)202.36º46.22%93.33%-
XYZ44.350.6988.34-
YUV181.04160.1490.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.74%
GREEN value IS 197 (77.34% from 255) = 34.99%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=22.74%
G=34.99%
B=42.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281972380.460.1700.07202.3676.3971.76
Hex80C5EE2E1107ca4c48
Octal200305356562107312114110
Binary1000000011000101111011101011101000101111100101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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