Html Css Color HEX #80C7CD Spray

📋 copy color: '#80C7CD'

red 128 ◦ green 199 ◦ blue 205

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

Shades of Spray #80C7CD

Tints of Spray #80C7CD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.41%

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 24.06%
G = 37.41%
B = 38.53%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80C7CD (or 0x80C7CD) is known color: Spray. HEX triplet: 80, C7 and CD. RGB value is (128,199,205). Sum of RGB (Red+Green+Blue) = 128+199+205=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #80C7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C7CD is #7F3832. Grayscale: #B2B2B2. Windows color (decimal): -8337459 or 13485952. OLE color: 13485952.

HSL color Cylindrical-coordinate representation of color #80C7CD: hue angle of 184.68º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C7CD is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 199 205 -
CMYK 0.38 0.03 0 0.20
HSL 184.68º 0.44% 0.65% -
HSV(B) 184.68º 0.38% 0.8% -
XYZ 40.34 49.84 65.25 -
YUV 178.46 142.98 92.01 -
System Red Green Blue C M Y K H S L
Decimal 128 199 205 0.38 0.03 0 0.20 184.68 0.44 0.65
Hex 80 C7 CD 26 3 0 14 B9 2C 41
Octal 200 307 315 46 3 0 24 271 54 101
Binary 10000000 11000111 11001101 100110 11 0 10100 10111001 101100 1000001

Color Harmonies of #80C7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C7CD

Black with #80C7CD

Text Example


Text Example

White with #80C7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,199,205); }

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

background-color css

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

 a { background-color: rgb(128,199,205); }

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

border-color css

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

 span { border-color: rgb(128,199,205); }

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