#80C6EE

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

Shades of Sky Blue #80C6EE

Tints of Sky Blue #80C6EE

Color information

#80C6EE (or 0x80C6EE) is unknown color: approx Sky Blue. HEX triplet: 80, C6 and EE. RGB value is (128,198,238). Sum of RGB (Red+Green+Blue) = 128+198+238=564 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.70% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #80C6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C6EE is #7F3911. Grayscale: #B5B5B5. Windows color (decimal): -8337682 or 15648384. OLE color: 15648384.

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

Color convert

RGB128198238-
CMYK0.460.1700.07
HSL201.82º76.39%71.76%-
HSV(B)201.82º46.22%93.33%-
XYZ44.5351.1588.42-
YUV181.63159.8189.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.70%
GREEN value IS 198 (77.73% from 255) = 35.11%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=22.70%
G=35.11%
B=42.20%

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
Decimal1281982380.460.1700.07201.8276.3971.76
Hex80C6EE2E1107ca4c48
Octal200306356562107312114110
Binary1000000011000110111011101011101000101111100101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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