Html Css Color HEX #80CCCE Spray

📋 copy color: '#80CCCE'

red 128 ◦ green 204 ◦ blue 206

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

Shades of Spray #80CCCE

Tints of Spray #80CCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.92%

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

R = 23.79%
G = 37.92%
B = 38.29%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80CCCE (or 0x80CCCE) is known color: Spray. HEX triplet: 80, CC and CE. RGB value is (128,204,206). Sum of RGB (Red+Green+Blue) = 128+204+206=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #80CCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCCE is #7F3331. Grayscale: #B5B5B5. Windows color (decimal): -8336178 or 13552768. OLE color: 13552768.

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

Color convert

RGB 128 204 206 -
CMYK 0.38 0.01 0 0.19
HSL 181.54º 0.44% 0.65% -
HSV(B) 181.54º 0.38% 0.81% -
XYZ 41.64 52.23 66.28 -
YUV 181.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 128 204 206 0.38 0.01 0 0.19 181.54 0.44 0.65
Hex 80 CC CE 26 1 0 13 B6 2C 41
Octal 200 314 316 46 1 0 23 266 54 101
Binary 10000000 11001100 11001110 100110 1 0 10011 10110110 101100 1000001

Color Harmonies of #80CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCCE

Black with #80CCCE

Text Example


Text Example

White with #80CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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