#80CCF1

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

Shades of Sky Blue #80CCF1

Tints of Sky Blue #80CCF1

Color information

#80CCF1 (or 0x80CCF1) is unknown color: approx Sky Blue. HEX triplet: 80, CC and F1. RGB value is (128,204,241). Sum of RGB (Red+Green+Blue) = 128+204+241=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #80CCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CCF1 is #7F330E. Grayscale: #B9B9B9. Windows color (decimal): -8336143 or 15846528. OLE color: 15846528.

HSL color Cylindrical-coordinate representation of color #80CCF1: hue angle of 199.65º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80CCF1 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128204241-
CMYK0.470.1500.05
HSL199.65º80.14%72.35%-
HSV(B)199.65º46.89%94.51%-
XYZ46.3754.1391.22-
YUV185.49159.3286.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.34%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=22.34%
G=35.60%
B=42.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282042410.470.1500.05199.6580.1472.35
Hex80CCF12FF05c85048
Octal200314361571705310120110
Binary100000001100110011110001101111111101011100100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,204,241); }

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

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

 a { background-color: rgb(128,204,241); }

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

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

 span { border-color: rgb(128,204,241); }

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