Html Css Color HEX #63D1CC Downy

📋 copy color: '#63D1CC'

red 99 ◦ green 209 ◦ blue 204

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

Shades of Downy #63D1CC

Tints of Downy #63D1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.82%

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

R = 19.34%
G = 40.82%
B = 39.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#63D1CC (or 0x63D1CC) is known color: Downy. HEX triplet: 63, D1 and CC. RGB value is (99,209,204). Sum of RGB (Red+Green+Blue) = 99+209+204=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #63D1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D1CC is #9C2E33. Grayscale: #AFAFAF. Windows color (decimal): -10235444 or 13422947. OLE color: 13422947.

HSL color Cylindrical-coordinate representation of color #63D1CC: hue angle of 177.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D1CC is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 209 204 -
CMYK 0.53 0 0.02 0.18
HSL 177.27º 0.54% 0.6% -
HSV(B) 177.27º 0.53% 0.82% -
XYZ 38.85 52.61 65.23 -
YUV 175.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 99 209 204 0.53 0 0.02 0.18 177.27 0.54 0.6
Hex 63 D1 CC 35 0 2 12 B1 36 3C
Octal 143 321 314 65 0 2 22 261 66 74
Binary 1100011 11010001 11001100 110101 0 10 10010 10110001 110110 111100

Color Harmonies of #63D1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D1CC

Black with #63D1CC

Text Example


Text Example

White with #63D1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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