Html Css Color HEX #80C6D0 Spray

📋 copy color: '#80C6D0'

red 128 ◦ green 198 ◦ blue 208

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

Shades of Spray #80C6D0

Tints of Spray #80C6D0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.08%

 BLUE value IS 208 (81.64% from 255) = 38.95%

R = 23.97%
G = 37.08%
B = 38.95%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#80C6D0 (or 0x80C6D0) is known color: Spray. HEX triplet: 80, C6 and D0. RGB value is (128,198,208). Sum of RGB (Red+Green+Blue) = 128+198+208=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #80C6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C6D0 is #7F392F. Grayscale: #B2B2B2. Windows color (decimal): -8337712 or 13682304. OLE color: 13682304.

HSL color Cylindrical-coordinate representation of color #80C6D0: hue angle of 187.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C6D0 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 198 208 -
CMYK 0.38 0.05 0 0.18
HSL 187.5º 0.46% 0.66% -
HSV(B) 187.5º 0.38% 0.82% -
XYZ 40.48 49.53 67.1 -
YUV 178.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 128 198 208 0.38 0.05 0 0.18 187.5 0.46 0.66
Hex 80 C6 D0 26 5 0 12 BC 2E 42
Octal 200 306 320 46 5 0 22 274 56 102
Binary 10000000 11000110 11010000 100110 101 0 10010 10111100 101110 1000010

Color Harmonies of #80C6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C6D0

Black with #80C6D0

Text Example


Text Example

White with #80C6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,198,208); }

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

background-color css

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

 a { background-color: rgb(128,198,208); }

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

border-color css

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

 span { border-color: rgb(128,198,208); }

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