Html Css Color HEX #80C3CE Spray

📋 copy color: '#80C3CE'

red 128 ◦ green 195 ◦ blue 206

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

Shades of Spray #80C3CE

Tints of Spray #80C3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

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

R = 24.2%
G = 36.86%
B = 38.94%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80C3CE (or 0x80C3CE) is known color: Spray. HEX triplet: 80, C3 and CE. RGB value is (128,195,206). Sum of RGB (Red+Green+Blue) = 128+195+206=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #80C3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C3CE is #7F3C31. Grayscale: #B0B0B0. Windows color (decimal): -8338482 or 13550464. OLE color: 13550464.

HSL color Cylindrical-coordinate representation of color #80C3CE: hue angle of 188.46º 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 #80C3CE is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 195 206 -
CMYK 0.38 0.05 0 0.19
HSL 188.46º 0.44% 0.65% -
HSV(B) 188.46º 0.38% 0.81% -
XYZ 39.56 48.08 65.59 -
YUV 176.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 128 195 206 0.38 0.05 0 0.19 188.46 0.44 0.65
Hex 80 C3 CE 26 5 0 13 BC 2C 41
Octal 200 303 316 46 5 0 23 274 54 101
Binary 10000000 11000011 11001110 100110 101 0 10011 10111100 101100 1000001

Color Harmonies of #80C3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C3CE

Black with #80C3CE

Text Example


Text Example

White with #80C3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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