Html Css Color HEX #80CCDD Spray

📋 copy color: '#80CCDD'

red 128 ◦ green 204 ◦ blue 221

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

Shades of Spray #80CCDD

Tints of Spray #80CCDD

RGB

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

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

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

R = 23.15%
G = 36.89%
B = 39.96%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80CCDD (or 0x80CCDD) is known color: Spray. HEX triplet: 80, CC and DD. RGB value is (128,204,221). Sum of RGB (Red+Green+Blue) = 128+204+221=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #80CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCDD is #7F3322. Grayscale: #B7B7B7. Windows color (decimal): -8336163 or 14535808. OLE color: 14535808.

HSL color Cylindrical-coordinate representation of color #80CCDD: hue angle of 190.97º 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 #80CCDD is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 204 221 -
CMYK 0.42 0.08 0 0.13
HSL 190.97º 0.58% 0.68% -
HSV(B) 190.97º 0.42% 0.87% -
XYZ 43.55 53 76.34 -
YUV 183.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 128 204 221 0.42 0.08 0 0.13 190.97 0.58 0.68
Hex 80 CC DD 2A 8 0 D BF 3A 44
Octal 200 314 335 52 10 0 15 277 72 104
Binary 10000000 11001100 11011101 101010 1000 0 1101 10111111 111010 1000100

Color Harmonies of #80CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCDD

Black with #80CCDD

Text Example


Text Example

White with #80CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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