Html Css Color HEX #63CDC5 Downy

📋 copy color: '#63CDC5'

red 99 ◦ green 205 ◦ blue 197

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

Shades of Downy #63CDC5

Tints of Downy #63CDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.32%

R = 19.76%
G = 40.92%
B = 39.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#63CDC5 (or 0x63CDC5) is known color: Downy. HEX triplet: 63, CD and C5. RGB value is (99,205,197). Sum of RGB (Red+Green+Blue) = 99+205+197=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDC5 is #9C323A. Grayscale: #ACACAC. Windows color (decimal): -10236475 or 12963171. OLE color: 12963171.

HSL color Cylindrical-coordinate representation of color #63CDC5: hue angle of 175.47º 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 #63CDC5 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 205 197 -
CMYK 0.52 0 0.04 0.20
HSL 175.47º 0.51% 0.6% -
HSV(B) 175.47º 0.52% 0.8% -
XYZ 37.05 50.35 60.59 -
YUV 172.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 99 205 197 0.52 0 0.04 0.20 175.47 0.51 0.6
Hex 63 CD C5 34 0 4 14 AF 33 3C
Octal 143 315 305 64 0 4 24 257 63 74
Binary 1100011 11001101 11000101 110100 0 100 10100 10101111 110011 111100

Color Harmonies of #63CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CDC5

Black with #63CDC5

Text Example


Text Example

White with #63CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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