#80C8CF

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

Shades of Spray #80C8CF

Tints of Spray #80C8CF

Color information

#80C8CF (or 0x80C8CF) is unknown color: approx Spray. HEX triplet: 80, C8 and CF. RGB value is (128,200,207). Sum of RGB (Red+Green+Blue) = 128+200+207=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #80C8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8CF is #7F3730. Grayscale: #B3B3B3. Windows color (decimal): -8337201 or 13617280. OLE color: 13617280.

HSL color Cylindrical-coordinate representation of color #80C8CF: hue angle of 185.32º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C8CF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128200207-
CMYK0.380.0300.19
HSL185.32º45.14%65.69%-
HSV(B)185.32º38.16%81.18%-
XYZ40.8250.466.61-
YUV179.27143.6591.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.93%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=23.93%
G=37.38%
B=38.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282002070.380.0300.19185.3245.1465.69
Hex80C8CF263013b92d42
Octal20031031746302327155102
Binary10000000110010001100111110011011010011101110011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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