#80C8DA

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

Shades of Spray #80C8DA

Tints of Spray #80C8DA

Color information

#80C8DA (or 0x80C8DA) is unknown color: approx Spray. HEX triplet: 80, C8 and DA. RGB value is (128,200,218). Sum of RGB (Red+Green+Blue) = 128+200+218=546 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.44% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #80C8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8DA is #7F3725. Grayscale: #B4B4B4. Windows color (decimal): -8337190 or 14338176. OLE color: 14338176.

HSL color Cylindrical-coordinate representation of color #80C8DA: hue angle of 192º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80C8DA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128200218-
CMYK0.410.0800.15
HSL192º54.88%67.84%-
HSV(B)192º41.28%85.49%-
XYZ42.2150.9673.94-
YUV180.52149.1590.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.44%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=23.44%
G=36.63%
B=39.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282002180.410.0800.1519254.8867.84
Hex80C8DA2980Fc03744
Octal200310332511001730067104
Binary100000001100100011011010101001100001111110000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,200,218); }

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

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

 a { background-color: rgb(128,200,218); }

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

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

 span { border-color: rgb(128,200,218); }

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