Html Css Color HEX #80C5CE Spray

📋 copy color: '#80C5CE'

red 128 ◦ green 197 ◦ blue 206

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

Shades of Spray #80C5CE

Tints of Spray #80C5CE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.1%

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 24.11%
G = 37.1%
B = 38.79%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80C5CE (or 0x80C5CE) is known color: Spray. HEX triplet: 80, C5 and CE. RGB value is (128,197,206). Sum of RGB (Red+Green+Blue) = 128+197+206=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #80C5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C5CE is #7F3A31. Grayscale: #B1B1B1. Windows color (decimal): -8337970 or 13550976. OLE color: 13550976.

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

Color convert

RGB 128 197 206 -
CMYK 0.38 0.04 0 0.19
HSL 186.92º 0.44% 0.65% -
HSV(B) 186.92º 0.38% 0.81% -
XYZ 40.01 48.98 65.74 -
YUV 177.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 128 197 206 0.38 0.04 0 0.19 186.92 0.44 0.65
Hex 80 C5 CE 26 4 0 13 BB 2C 41
Octal 200 305 316 46 4 0 23 273 54 101
Binary 10000000 11000101 11001110 100110 100 0 10011 10111011 101100 1000001

Color Harmonies of #80C5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C5CE

Black with #80C5CE

Text Example


Text Example

White with #80C5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,197,206); }

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

background-color css

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

 a { background-color: rgb(128,197,206); }

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

border-color css

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

 span { border-color: rgb(128,197,206); }

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