Html Css Color HEX #63D1BC Downy

📋 copy color: '#63D1BC'

red 99 ◦ green 209 ◦ blue 188

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

Shades of Downy #63D1BC

Tints of Downy #63D1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 19.96%
G = 42.14%
B = 37.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#63D1BC (or 0x63D1BC) is known color: Downy. HEX triplet: 63, D1 and BC. RGB value is (99,209,188). Sum of RGB (Red+Green+Blue) = 99+209+188=496 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.96% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #63D1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D1BC is #9C2E43. Grayscale: #ADADAD. Windows color (decimal): -10235460 or 12374371. OLE color: 12374371.

HSL color Cylindrical-coordinate representation of color #63D1BC: hue angle of 168.55º 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 #63D1BC is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 209 188 -
CMYK 0.53 0 0.10 0.18
HSL 168.55º 0.54% 0.6% -
HSV(B) 168.55º 0.53% 0.82% -
XYZ 37.02 51.88 55.64 -
YUV 173.72 136.06 74.71 -
System Red Green Blue C M Y K H S L
Decimal 99 209 188 0.53 0 0.10 0.18 168.55 0.54 0.6
Hex 63 D1 BC 35 0 A 12 A9 36 3C
Octal 143 321 274 65 0 12 22 251 66 74
Binary 1100011 11010001 10111100 110101 0 1010 10010 10101001 110110 111100

Color Harmonies of #63D1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D1BC

Black with #63D1BC

Text Example


Text Example

White with #63D1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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