Html Css Color HEX #63DCC0 Downy

📋 copy color: '#63DCC0'

red 99 ◦ green 220 ◦ blue 192

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

Shades of Downy #63DCC0

Tints of Downy #63DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.05%

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 19.37%
G = 43.05%
B = 37.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#63DCC0 (or 0x63DCC0) is known color: Downy. HEX triplet: 63, DC and C0. RGB value is (99,220,192). Sum of RGB (Red+Green+Blue) = 99+220+192=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #63DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DCC0 is #9C233F. Grayscale: #B4B4B4. Windows color (decimal): -10232640 or 12639331. OLE color: 12639331.

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

Color convert

RGB 99 220 192 -
CMYK 0.55 0 0.13 0.14
HSL 166.12º 0.63% 0.63% -
HSV(B) 166.12º 0.55% 0.86% -
XYZ 40.25 57.64 58.87 -
YUV 180.63 134.41 69.78 -
System Red Green Blue C M Y K H S L
Decimal 99 220 192 0.55 0 0.13 0.14 166.12 0.63 0.63
Hex 63 DC C0 37 0 D E A6 3F 3F
Octal 143 334 300 67 0 15 16 246 77 77
Binary 1100011 11011100 11000000 110111 0 1101 1110 10100110 111111 111111

Color Harmonies of #63DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCC0

Black with #63DCC0

Text Example


Text Example

White with #63DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,220,192); }

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

background-color css

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

 a { background-color: rgb(99,220,192); }

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

border-color css

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

 span { border-color: rgb(99,220,192); }

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