Html Css Color HEX #80CDDC Spray

📋 copy color: '#80CDDC'

red 128 ◦ green 205 ◦ blue 220

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

Shades of Spray #80CDDC

Tints of Spray #80CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.07%

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 23.15%
G = 37.07%
B = 39.78%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80CDDC (or 0x80CDDC) is known color: Spray. HEX triplet: 80, CD and DC. RGB value is (128,205,220). Sum of RGB (Red+Green+Blue) = 128+205+220=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #80CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDDC is #7F3223. Grayscale: #B7B7B7. Windows color (decimal): -8335908 or 14470528. OLE color: 14470528.

HSL color Cylindrical-coordinate representation of color #80CDDC: hue angle of 189.78º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CDDC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 205 220 -
CMYK 0.42 0.07 0 0.14
HSL 189.78º 0.57% 0.68% -
HSV(B) 189.78º 0.42% 0.86% -
XYZ 43.65 53.42 75.72 -
YUV 183.69 148.49 88.28 -
System Red Green Blue C M Y K H S L
Decimal 128 205 220 0.42 0.07 0 0.14 189.78 0.57 0.68
Hex 80 CD DC 2A 7 0 E BE 39 44
Octal 200 315 334 52 7 0 16 276 71 104
Binary 10000000 11001101 11011100 101010 111 0 1110 10111110 111001 1000100

Color Harmonies of #80CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CDDC

Black with #80CDDC

Text Example


Text Example

White with #80CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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