#80C3DF

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

Shades of Spray #80C3DF

Tints of Spray #80C3DF

Color information

#80C3DF (or 0x80C3DF) is unknown color: approx Spray. HEX triplet: 80, C3 and DF. RGB value is (128,195,223). Sum of RGB (Red+Green+Blue) = 128+195+223=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #80C3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C3DF is #7F3C20. Grayscale: #B1B1B1. Windows color (decimal): -8338465 or 14664576. OLE color: 14664576.

HSL color Cylindrical-coordinate representation of color #80C3DF: hue angle of 197.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80C3DF is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128195223-
CMYK0.430.1300.13
HSL197.68º59.75%68.82%-
HSV(B)197.68º42.6%87.45%-
XYZ41.7448.9577.06-
YUV178.16153.392.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.44%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=23.44%
G=35.71%
B=40.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281952230.430.1300.13197.6859.7568.82
Hex80C3DF2BD0Dc63c45
Octal200303337531501530674105
Binary100000001100001111011111101011110101101110001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,195,223); }

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

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

 a { background-color: rgb(128,195,223); }

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

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

 span { border-color: rgb(128,195,223); }

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