Html Css Color HEX #63DDCC Downy

📋 copy color: '#63DDCC'

red 99 ◦ green 221 ◦ blue 204

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

Shades of Downy #63DDCC

Tints of Downy #63DDCC

RGB

 RED value IS 99 (39.06% from 255) = 18.89%

 GREEN value IS 221 (86.72% from 255) = 42.18%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 18.89%
G = 42.18%
B = 38.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#63DDCC (or 0x63DDCC) is known color: Downy. HEX triplet: 63, DD and CC. RGB value is (99,221,204). Sum of RGB (Red+Green+Blue) = 99+221+204=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #63DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DDCC is #9C2233. Grayscale: #B6B6B6. Windows color (decimal): -10232372 or 13426019. OLE color: 13426019.

HSL color Cylindrical-coordinate representation of color #63DDCC: hue angle of 171.64º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DDCC is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 221 204 -
CMYK 0.55 0 0.08 0.13
HSL 171.64º 0.64% 0.63% -
HSV(B) 171.64º 0.55% 0.87% -
XYZ 41.9 58.73 66.25 -
YUV 182.58 140.08 68.38 -
System Red Green Blue C M Y K H S L
Decimal 99 221 204 0.55 0 0.08 0.13 171.64 0.64 0.63
Hex 63 DD CC 37 0 8 D AC 40 3F
Octal 143 335 314 67 0 10 15 254 100 77
Binary 1100011 11011101 11001100 110111 0 1000 1101 10101100 1000000 111111

Color Harmonies of #63DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DDCC

Black with #63DDCC

Text Example


Text Example

White with #63DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63DDCC; }

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

 H1.HeaderClassName
 {
   color: #63DDCC;
 }
 .AnyTagClassName
 {
   color: #63DDCC;
 }
</style>

background-color css

<style>
 a { background-color: #63DDCC; }

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

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

border-color css

<style>
 span { border-color: #63DDCC; }

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

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