Html Css Color HEX #63CDC8 Downy

📋 copy color: '#63CDC8'

red 99 ◦ green 205 ◦ blue 200

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

Shades of Downy #63CDC8

Tints of Downy #63CDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.68%

R = 19.64%
G = 40.67%
B = 39.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#63CDC8 (or 0x63CDC8) is known color: Downy. HEX triplet: 63, CD and C8. RGB value is (99,205,200). Sum of RGB (Red+Green+Blue) = 99+205+200=504 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.64% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDC8 is #9C3237. Grayscale: #ACACAC. Windows color (decimal): -10236472 or 13159779. OLE color: 13159779.

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

Color convert

RGB 99 205 200 -
CMYK 0.52 0 0.02 0.20
HSL 177.17º 0.51% 0.6% -
HSV(B) 177.17º 0.52% 0.8% -
XYZ 37.4 50.49 62.42 -
YUV 172.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 99 205 200 0.52 0 0.02 0.20 177.17 0.51 0.6
Hex 63 CD C8 34 0 2 14 B1 33 3C
Octal 143 315 310 64 0 2 24 261 63 74
Binary 1100011 11001101 11001000 110100 0 10 10100 10110001 110011 111100

Color Harmonies of #63CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CDC8

Black with #63CDC8

Text Example


Text Example

White with #63CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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