Html Css Color HEX #63DECD Downy

📋 copy color: '#63DECD'

red 99 ◦ green 222 ◦ blue 205

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

Shades of Downy #63DECD

Tints of Downy #63DECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.21%

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

R = 18.82%
G = 42.21%
B = 38.97%

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

#63DECD (or 0x63DECD) is known color: Downy. HEX triplet: 63, DE and CD. RGB value is (99,222,205). Sum of RGB (Red+Green+Blue) = 99+222+205=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #63DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DECD is #9C2132. Grayscale: #B7B7B7. Windows color (decimal): -10232115 or 13491811. OLE color: 13491811.

HSL color Cylindrical-coordinate representation of color #63DECD: hue angle of 171.71º degrees, saturation: 0.65, 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 #63DECD is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 222 205 -
CMYK 0.55 0 0.08 0.13
HSL 171.71º 0.65% 0.63% -
HSV(B) 171.71º 0.55% 0.87% -
XYZ 42.29 59.3 66.98 -
YUV 183.29 140.25 67.88 -
System Red Green Blue C M Y K H S L
Decimal 99 222 205 0.55 0 0.08 0.13 171.71 0.65 0.63
Hex 63 DE CD 37 0 8 D AC 41 3F
Octal 143 336 315 67 0 10 15 254 101 77
Binary 1100011 11011110 11001101 110111 0 1000 1101 10101100 1000001 111111

Color Harmonies of #63DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DECD

Black with #63DECD

Text Example


Text Example

White with #63DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,222,205); }

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

background-color css

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

 a { background-color: rgb(99,222,205); }

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

border-color css

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

 span { border-color: rgb(99,222,205); }

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