Html Css Color HEX #80C9CE Spray

📋 copy color: '#80C9CE'

red 128 ◦ green 201 ◦ blue 206

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

Shades of Spray #80C9CE

Tints of Spray #80C9CE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.57%

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

R = 23.93%
G = 37.57%
B = 38.5%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80C9CE (or 0x80C9CE) is known color: Spray. HEX triplet: 80, C9 and CE. RGB value is (128,201,206). Sum of RGB (Red+Green+Blue) = 128+201+206=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #80C9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C9CE is #7F3631. Grayscale: #B3B3B3. Windows color (decimal): -8336946 or 13552000. OLE color: 13552000.

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

Color convert

RGB 128 201 206 -
CMYK 0.38 0.02 0 0.19
HSL 183.85º 0.44% 0.65% -
HSV(B) 183.85º 0.38% 0.81% -
XYZ 40.93 50.82 66.04 -
YUV 179.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 128 201 206 0.38 0.02 0 0.19 183.85 0.44 0.65
Hex 80 C9 CE 26 2 0 13 B8 2C 41
Octal 200 311 316 46 2 0 23 270 54 101
Binary 10000000 11001001 11001110 100110 10 0 10011 10111000 101100 1000001

Color Harmonies of #80C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C9CE

Black with #80C9CE

Text Example


Text Example

White with #80C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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