Html Css Color HEX #80C2DC Spray

📋 copy color: '#80C2DC'

red 128 ◦ green 194 ◦ blue 220

#80C2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #80C2DC

Tints of Spray #80C2DC

RGB

 RED value IS 128 (50.39% from 255) = 23.62%

 GREEN value IS 194 (76.17% from 255) = 35.79%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 23.62%
G = 35.79%
B = 40.59%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80C2DC (or 0x80C2DC) is known color: Spray. HEX triplet: 80, C2 and DC. RGB value is (128,194,220). Sum of RGB (Red+Green+Blue) = 128+194+220=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #80C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C2DC is #7F3D23. Grayscale: #B1B1B1. Windows color (decimal): -8338724 or 14467712. OLE color: 14467712.

HSL color Cylindrical-coordinate representation of color #80C2DC: hue angle of 196.96º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80C2DC is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 194 220 -
CMYK 0.42 0.12 0 0.14
HSL 196.96º 0.57% 0.68% -
HSV(B) 196.96º 0.42% 0.86% -
XYZ 41.11 48.34 74.87 -
YUV 177.23 152.13 92.89 -
System Red Green Blue C M Y K H S L
Decimal 128 194 220 0.42 0.12 0 0.14 196.96 0.57 0.68
Hex 80 C2 DC 2A C 0 E C5 39 44
Octal 200 302 334 52 14 0 16 305 71 104
Binary 10000000 11000010 11011100 101010 1100 0 1110 11000101 111001 1000100

Color Harmonies of #80C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C2DC

Black with #80C2DC

Text Example


Text Example

White with #80C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,194,220); }

 H1.HeaderClassName
 {
   color: #80C2DC;
 }
 .AnyTagClassName
 {
   color: #80C2DC;
 }
</style>

background-color css

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

 a { background-color: rgb(128,194,220); }

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

border-color css

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

 span { border-color: rgb(128,194,220); }

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