Html Css Color HEX #63CDC1 Downy

📋 copy color: '#63CDC1'

red 99 ◦ green 205 ◦ blue 193

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

Shades of Downy #63CDC1

Tints of Downy #63CDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 193 (75.78% from 255) = 38.83%

R = 19.92%
G = 41.25%
B = 38.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#63CDC1 (or 0x63CDC1) is known color: Downy. HEX triplet: 63, CD and C1. RGB value is (99,205,193). Sum of RGB (Red+Green+Blue) = 99+205+193=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDC1 is #9C323E. Grayscale: #ABABAB. Windows color (decimal): -10236479 or 12701027. OLE color: 12701027.

HSL color Cylindrical-coordinate representation of color #63CDC1: hue angle of 173.21º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDC1 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 205 193 -
CMYK 0.52 0 0.06 0.20
HSL 173.21º 0.51% 0.6% -
HSV(B) 173.21º 0.52% 0.8% -
XYZ 36.6 50.17 58.21 -
YUV 171.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 99 205 193 0.52 0 0.06 0.20 173.21 0.51 0.6
Hex 63 CD C1 34 0 6 14 AD 33 3C
Octal 143 315 301 64 0 6 24 255 63 74
Binary 1100011 11001101 11000001 110100 0 110 10100 10101101 110011 111100

Color Harmonies of #63CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CDC1

Black with #63CDC1

Text Example


Text Example

White with #63CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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