Html Css Color HEX #80DCDD Spray

📋 copy color: '#80DCDD'

red 128 ◦ green 220 ◦ blue 221

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

Shades of Spray #80DCDD

Tints of Spray #80DCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.66%

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 22.5%
G = 38.66%
B = 38.84%

CMYK

 C value IS 0.42

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80DCDD (or 0x80DCDD) is known color: Spray. HEX triplet: 80, DC and DD. RGB value is (128,220,221). Sum of RGB (Red+Green+Blue) = 128+220+221=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #80DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DCDD is #7F2322. Grayscale: #C0C0C0. Windows color (decimal): -8332067 or 14539904. OLE color: 14539904.

HSL color Cylindrical-coordinate representation of color #80DCDD: hue angle of 180.65º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCDD is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 220 221 -
CMYK 0.42 0.00 0 0.13
HSL 180.65º 0.58% 0.68% -
HSV(B) 180.65º 0.42% 0.87% -
XYZ 47.55 61 77.67 -
YUV 192.61 144.02 81.92 -
System Red Green Blue C M Y K H S L
Decimal 128 220 221 0.42 0.00 0 0.13 180.65 0.58 0.68
Hex 80 DC DD 2A 0 0 D B5 3A 44
Octal 200 334 335 52 0 0 15 265 72 104
Binary 10000000 11011100 11011101 101010 0 0 1101 10110101 111010 1000100

Color Harmonies of #80DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DCDD

Black with #80DCDD

Text Example


Text Example

White with #80DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,220,221); }

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

background-color css

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

 a { background-color: rgb(128,220,221); }

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

border-color css

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

 span { border-color: rgb(128,220,221); }

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