Html Css Color HEX #63DEC4 Downy

📋 copy color: '#63DEC4'

red 99 ◦ green 222 ◦ blue 196

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

Shades of Downy #63DEC4

Tints of Downy #63DEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.91%

R = 19.15%
G = 42.94%
B = 37.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#63DEC4 (or 0x63DEC4) is known color: Downy. HEX triplet: 63, DE and C4. RGB value is (99,222,196). Sum of RGB (Red+Green+Blue) = 99+222+196=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #63DEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DEC4 is #9C213B. Grayscale: #B6B6B6. Windows color (decimal): -10232124 or 12901987. OLE color: 12901987.

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

Color convert

RGB 99 222 196 -
CMYK 0.55 0 0.12 0.13
HSL 167.32º 0.65% 0.63% -
HSV(B) 167.32º 0.55% 0.87% -
XYZ 41.23 58.88 61.42 -
YUV 182.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 99 222 196 0.55 0 0.12 0.13 167.32 0.65 0.63
Hex 63 DE C4 37 0 C D A7 41 3F
Octal 143 336 304 67 0 14 15 247 101 77
Binary 1100011 11011110 11000100 110111 0 1100 1101 10100111 1000001 111111

Color Harmonies of #63DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DEC4

Black with #63DEC4

Text Example


Text Example

White with #63DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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