Html Css Color HEX #80CCCD Spray

📋 copy color: '#80CCCD'

red 128 ◦ green 204 ◦ blue 205

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

Shades of Spray #80CCCD

Tints of Spray #80CCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 23.84%
G = 37.99%
B = 38.18%

CMYK

 C value IS 0.38

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80CCCD (or 0x80CCCD) is known color: Spray. HEX triplet: 80, CC and CD. RGB value is (128,204,205). Sum of RGB (Red+Green+Blue) = 128+204+205=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #80CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCCD is #7F3332. Grayscale: #B5B5B5. Windows color (decimal): -8336179 or 13487232. OLE color: 13487232.

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

Color convert

RGB 128 204 205 -
CMYK 0.38 0.00 0 0.20
HSL 180.78º 0.44% 0.65% -
HSV(B) 180.78º 0.38% 0.8% -
XYZ 41.51 52.18 65.64 -
YUV 181.39 141.32 89.92 -
System Red Green Blue C M Y K H S L
Decimal 128 204 205 0.38 0.00 0 0.20 180.78 0.44 0.65
Hex 80 CC CD 26 0 0 14 B5 2C 41
Octal 200 314 315 46 0 0 24 265 54 101
Binary 10000000 11001100 11001101 100110 0 0 10100 10110101 101100 1000001

Color Harmonies of #80CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCCD

Black with #80CCCD

Text Example


Text Example

White with #80CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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